/src/lib/libm/src/ |
w_atanh.c | 19 * wrapper atanh(x) 27 atanh(double x) /* wrapper atanh */ function in typeref:typename:double 38 return __kernel_standard(x,x,30); /* atanh(|x|>1) */ 40 return __kernel_standard(x,x,31); /* atanh(|x|==1) */
|
w_atanh.c | 19 * wrapper atanh(x) 27 atanh(double x) /* wrapper atanh */ function in typeref:typename:double 38 return __kernel_standard(x,x,30); /* atanh(|x|>1) */ 40 return __kernel_standard(x,x,31); /* atanh(|x|==1) */
|
/src/lib/libm/noieee_src/ |
n_atanh.c | 33 static char sccsid[] = "@(#)atanh.c 8.1 (Berkeley) 6/4/93"; 37 /* ATANH(X) 49 * atanh(x) = --- * log(1 + -------) = 0.5 * log1p(2 * --------) 53 * atanh(x) is NaN if |x| > 1 with signal; 54 * atanh(NaN) is that NaN with no signal; 55 * atanh(+-1) is +-INF with signal. 58 * atanh(x) returns the exact hyperbolic arc tangent of x nearly rounded. 70 atanh(double x) function in typeref:typename:double
|
n_atanh.c | 33 static char sccsid[] = "@(#)atanh.c 8.1 (Berkeley) 6/4/93"; 37 /* ATANH(X) 49 * atanh(x) = --- * log(1 + -------) = 0.5 * log1p(2 * --------) 53 * atanh(x) is NaN if |x| > 1 with signal; 54 * atanh(NaN) is that NaN with no signal; 55 * atanh(+-1) is +-INF with signal. 58 * atanh(x) returns the exact hyperbolic arc tangent of x nearly rounded. 70 atanh(double x) function in typeref:typename:double
|
/src/include/ |
tgmath.h | 136 #define atanh(a) __TG_COMPLEX((a), atanh) macro
|
tgmath.h | 136 #define atanh(a) __TG_COMPLEX((a), atanh) macro
|