HomeSort by: relevance | last modified time | path
    Searched defs:asinh (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libm/src/
s_asinh.c 18 /* asinh(x)
21 * asinh(x) = sign(x) * log [ |x| + sqrt(x*x+1) ]
23 * asinh(x) := x if 1+x*x=1,
38 asinh(double x) function in typeref:typename:double
  /src/include/
tgmath.h 135 #define asinh(a) __TG_COMPLEX((a), asinh) macro

Completed in 52 milliseconds