Searched defs:cbrt (Results 1 – 5 of 5) sorted by relevance
71 Ambiguous cbrt(Ambiguous){ return Ambiguous(); } in cbrt() function
2112 double cbrt(double x) { in cbrt() function
3221 public static double cbrt(double x) { in cbrt() method in FastMath
591 #define cbrt(__x) __tg_cbrt(__tg_promote1((__x))(__x)) macro