Searched refs:atanh (Results 1 - 8 of 8) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A Datanh.c3 /* atanh(x) = log((1+x)/(1-x))/2 = log1p(2x/(1-x))/2 ~= x + x^3/3 + o(x^5) */
4 double atanh(double x) function
H A Datanhl.c6 return atanh(x);
9 /* atanh(x) = log((1+x)/(1-x))/2 = log1p(2x/(1-x))/2 ~= x + x^3/3 + o(x^5) */
/haiku/src/system/libroot/posix/glibc/include/arch/m68k/
H A Dmathimpl.h35 __inline_mathop (__ieee754_atanh, atanh)
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h90 __MATHCALL (atanh,, (_Mdouble_ __x));
/haiku/headers/libs/mapm/
H A Dm_apm.h559 MAPM_1aryFunc(atanh)
644 MAPM_1aryFunc(atanh)
/haiku/headers/posix/
H A Dmath.h202 extern double atanh(double x);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1441 void atanh() {} function
H A Dlibroot_stubs_legacy.c1371 void atanh() {} function

Completed in 270 milliseconds