
Originally Posted by
Blacksage
Wouldnt that be the same thing as:
double x = Math.sqrt(343325027336.33);
Yes, but he said he's using the BigDecimal class so you need to go from BigDecimal to double. There may be other BigDecimal methods that he's using prior to needing the square root.