Searched defs:atanh (Results 1 – 4 of 4) sorted by relevance
21 double atanh(double x) /* wrapper atanh */ in atanh() function
70 Ambiguous atanh(Ambiguous){ return Ambiguous(); } 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