Possible Duplicate:
Java BigDecimal trigonometric methods
Are there complementary mathematical functions used in java.lang.Math
that fully utilize the capabilities of BigDecimal
? In other words, is there a log function that takes and returns a BigDecimal
similar to how there is a log function that takes and returns a double
?