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

  /src/lib/libm/src/
w_acosh.c 19 * wrapper acosh(x)
26 acosh(double x) /* wrapper acosh */ function in typeref:typename:double
35 return __kernel_standard(x,x,29); /* acosh(x<1) */
  /src/include/
tgmath.h 134 #define acosh(a) __TG_COMPLEX((a), acosh) macro

Completed in 33 milliseconds