Uses of Class
uk.ac.leeds.ccg.andyt.generic.math.Generic_BigDecimal

Packages that use Generic_BigDecimal
uk.ac.leeds.ccg.andyt.generic.math   
 

Uses of Generic_BigDecimal in uk.ac.leeds.ccg.andyt.generic.math
 

Methods in uk.ac.leeds.ccg.andyt.generic.math with parameters of type Generic_BigDecimal
static java.math.BigDecimal Generic_BigDecimal.exp(java.math.BigDecimal x, java.math.BigDecimal e, Generic_BigDecimal a_Generic_BigDecimal, int decimalPlaces, java.math.RoundingMode a_RoundingMode)
          e^x = 1 + x/1! +x^2/2! + x^3/3! +...
static java.math.BigDecimal Generic_BigInteger.exp(java.math.BigInteger x, java.math.BigDecimal e, Generic_BigDecimal a_Generic_BigDecimal, int decimalPlaces, java.math.RoundingMode a_RoundingMode)
          e^x = 1 + x/1! +x^2/2! + x^3/3! +...
static java.math.BigDecimal Generic_BigDecimal.power(java.math.BigDecimal x, java.math.BigDecimal y, java.math.BigDecimal e, Generic_BigDecimal a_Generic_BigDecimal, int decimalPlaces, java.math.RoundingMode a_RoundingMode)
          x^y = e^(y * ln(x))