Searched refs:atanh (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A Datanh.c30 #pragma weak __atanh = atanh
34 * atanh(x)
39 * atanh(x) = --- * log(1 + -------) = 0.5 * log1p(2 * --------)
41 * Note: to guarantee atanh(-x) = -atanh(x), we use
43 * atanh(x) = ------- * log1p(2*-------).
47 * atanh(x) is NaN if |x| > 1 with signal;
48 * atanh(NaN) is that NaN with no signal;
49 * atanh(+-1) is +-INF with signal.
58 atanh(doubl function
[all...]
/illumos-gate/usr/src/lib/libm/common/R/
H A Datanhf.c44 return ((float)atanh((double)x));
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Datanh.c39 static char sccsid[] = "@(#)atanh.c 8.1 (Berkeley) 6/4/93";
54 * atanh(x) = --- * log(1 + -------) = 0.5 * log1p(2 * --------)
58 * atanh(x) is NaN if |x| > 1 with signal;
59 * atanh(NaN) is that NaN with no signal;
60 * atanh(+-1) is +-INF with signal.
63 * atanh(x) returns the exact hyperbolic arc tangent of x nearly rounded.
74 extern double atanh(x) function
/illumos-gate/usr/src/head/
H A Dmath.h202 extern double atanh __P((double));
217 #pragma does_not_read_global_data(acosh, asinh, atanh, cbrt)
220 #pragma does_not_write_global_data(acosh, asinh, atanh, cbrt)
223 #pragma no_side_effect(acosh, asinh, atanh, cbrt)
H A Dtgmath.h50 #undef atanh macro
51 #define atanh(x) __tgmath_atanh(x) macro
/illumos-gate/usr/src/man/man3m/
H A DMakefile24 atanh.3m \
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h218 extern double atanh __P((double));
479 #pragma does_not_read_global_data(acosh, atanh, hypot, lgamma, log1p, logb)
481 #pragma does_not_write_global_data(acosh, atanh, hypot, log1p, logb)
484 #pragma no_side_effect(acosh, asinh, atanh, exp2, expm1)
/illumos-gate/usr/src/lib/libm1/common/
H A Dlibmv1.c37 #pragma weak atanh = __atanh macro
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dmath.h75 extern double atanh();
/illumos-gate/usr/src/boot/include/
H A Dmath.h265 double atanh(double);
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com177 atanh.o \
993 ../common/C/atanh.c \
/illumos-gate/usr/src/lib/libast/
H A DMakefile.com578 common/uwin/atanh.o \

Completed in 107 milliseconds