Searched defs:asinh (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dasinh.c39 static char sccsid[] = "@(#)asinh.c 8.1 (Berkeley) 6/4/93";
57 * asinh(x) = sign(x) * log [ |x| + sqrt(x*x+1) ]
59 * asinh(x) := x if 1+x*x=1,
64 * asinh(x) returns the exact inverse hyperbolic sine of x nearly rounded.
87 extern double asinh(x) function
/illumos-gate/usr/src/lib/libm/common/C/
H A Dasinh.c30 #pragma weak __asinh = asinh
34 * asinh(x)
37 * asinh(x) = sign(x) * log [ |x| + sqrt(x*x+1) ]
39 * asinh(x) := x if 1+x*x == 1,
59 asinh(double x) { function
/illumos-gate/usr/src/head/
H A Dtgmath.h48 #undef asinh macro
49 #define asinh(x) __tgmath_asinh(x) macro
/illumos-gate/usr/src/lib/libm1/common/
H A Dlibmv1.c34 #pragma weak asinh = __asinh macro

Completed in 69 milliseconds