Searched defs:pow (Results 1 – 6 of 6) sorted by relevance
46 #define pow jpow macro
632 public static native double pow(double a, double b); in pow() method in StrictMath
640 public static native double pow(double a, double b); in pow() method in Math
73 public static native double pow(double a, double b); in pow() method in Math
925 @NonNull public BigInteger pow(int exp) { in pow() method in BigInteger
1618 public BigDecimal pow(int n) { in pow() method in BigDecimal1643 public BigDecimal pow(int n, MathContext mc) { in pow() method in BigDecimal