|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.shiftone.bigcalc.math.function.NaturalLog
Field Summary |
Fields inherited from interface org.shiftone.bigcalc.math.MathConstants |
BD_239, FIVE, FOUR, I_TWO, ONE, TWO, ZERO |
Constructor Summary | |
NaturalLog()
|
Method Summary | |
static java.math.BigDecimal |
ln(java.math.BigDecimal x,
int scale)
|
static java.math.BigDecimal |
lnOfXplusOne(java.math.BigDecimal x,
int scale)
ln(1+x) = x - x^2/2 + x^3/3 - ... |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NaturalLog()
Method Detail |
public static java.math.BigDecimal lnOfXplusOne(java.math.BigDecimal x, int scale)
public static java.math.BigDecimal ln(java.math.BigDecimal x, int scale)
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |