I'm trying to compute a large logarithim in Java and cannot work out how to work around the overflow problem. Research says I need to use the BigDecimal class, but I cannot cast a double into this. Can anyone help?
Cheers, here's an example of what I'm trying to compute: Math.log10(13168375/4224127912)