Annotated edit history of
atanh(3) version 1 showing authors affecting page license.
View with all changes included.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
ATANH |
|
|
2 |
!!!ATANH |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
ERRORS |
|
|
7 |
CONFORMING TO |
|
|
8 |
SEE ALSO |
|
|
9 |
---- |
|
|
10 |
!!NAME |
|
|
11 |
|
|
|
12 |
|
|
|
13 |
atanh - inverse hyperbolic tangent function |
|
|
14 |
!!SYNOPSIS |
|
|
15 |
|
|
|
16 |
|
|
|
17 |
__#include |
|
|
18 |
__ ''x''__); |
|
|
19 |
__ |
|
|
20 |
!!DESCRIPTION |
|
|
21 |
|
|
|
22 |
|
|
|
23 |
The __atanh()__ function calculates the inverse |
|
|
24 |
hyperbolic tangent of ''x''; that is the value whose |
|
|
25 |
hyperbolic tangent is ''x''. If the absolute value of |
|
|
26 |
''x'' is greater than 1.0, __acosh()__ returns |
|
|
27 |
not-a-number (NaN) and ''errno'' is set. |
|
|
28 |
!!ERRORS |
|
|
29 |
|
|
|
30 |
|
|
|
31 |
__EDOM__ |
|
|
32 |
|
|
|
33 |
|
|
|
34 |
''x'' is out of range. |
|
|
35 |
!!CONFORMING TO |
|
|
36 |
|
|
|
37 |
|
|
|
38 |
SVID 3, POSIX, BSD 4.3, ISO 9899 |
|
|
39 |
!!SEE ALSO |
|
|
40 |
|
|
|
41 |
|
|
|
42 |
asinh(3), acosh(3), cosh(3), |
|
|
43 |
sinh(3), tanh(3) |
|
|
44 |
---- |
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.