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

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A Ds_asinh.c27 /* asinh(x)
30 * asinh(x) = sign(x) * log [ |x| + sqrt(x*x+1) ]
32 * asinh(x) := x if 1+x*x=1,
50 double asinh(double x) function
52 double asinh(x)

Completed in 32 milliseconds