Home | History | Annotate | Download | only in lang

Lines Matching defs:cbrt

55  * {@code cbrt}, {@code atan2}, {@code pow},
274 * positive finite {@code x}, {@code cbrt(-x) ==
275 * -cbrt(x)}; that is, the cube root of a negative value is
295 public static native double cbrt(double a);