Searched defs:atanh (Results 1 – 5 of 5) sorted by relevance
21 double atanh(double x) /* wrapper atanh */ in atanh() function
70 Ambiguous atanh(Ambiguous){ return Ambiguous(); } in atanh() function
102 inline float atanh (float a) { return deFloatAtanh(a); } in atanh() function
606 public static double atanh(double a) { in atanh() method in FastMath
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro