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

/fuchsia/zircon/third_party/ulib/musl/src/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.c5 return atanh(x);
8 /* atanh(x) = log((1+x)/(1-x))/2 = log1p(2x/(1-x))/2 ~= x + x^3/3 + o(x^5) */
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dmath.h151 double atanh(double);
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk320 $(LOCAL_DIR)/src/math/atanh.c \

Completed in 83 milliseconds