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

/bionic/libm/src/
H A Ds_asinh.c17 /* asinh(x)
20 * asinh(x) = sign(x) * log [ |x| + sqrt(x*x+1) ]
22 * asinh(x) := x if 1+x*x=1,
37 asinh(double x) function
/bionic/libm/include/
H A Dmath.h235 double asinh(double);

Completed in 140 milliseconds