vote up 0 vote down star

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?

flag

38% accept rate
specifically just the log function? if so then this is a duplicate per Zed's answer. otherwise which function(s) do you need? – Jason S Aug 4 at 13:46
Other elementary functions such as exponential, cos, atan, etc. – paradius Aug 4 at 19:34

1 Answer

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.