Searched defs:acosh (Results 1 – 5 of 5) sorted by relevance
22 double acosh(double x) /* wrapper acosh */ in acosh() function
68 Ambiguous acosh(Ambiguous){ return Ambiguous(); } in acosh() function
101 inline float acosh (float a) { return deFloatAcosh(a); } in acosh() function
566 public static double acosh(final double a) { in acosh() method in FastMath
177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro