Searched defs:pow (Results 1 – 5 of 5) sorted by relevance
46 #define pow jpow macro
1610 public BigDecimal pow(int n) { in pow() method in BigDecimal1635 public BigDecimal pow(int n, MathContext mc) { in pow() method in BigDecimal
903 public BigInteger pow(int exp) { in pow() method in BigInteger
613 public static native double pow(double a, double b); in pow() method in StrictMath
591 public static native double pow(double a, double b); in pow() method in Math