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

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_asinh.c16 /* asinh(x)
19 * asinh(x) = sign(x) * log [ |x| + sqrt(x*x+1) ]
21 * asinh(x) := x if 1+x*x=1,
38 asinh(double x) function
61 __weak_reference(asinh, asinhl);

Completed in 326 milliseconds