Root « bigdecimal « Java Data Type Q&A





1. Are there libraries for Square Root over BigDecimal?    stackoverflow.com

Are there any libraries for Square Root over BigDecimal in Java?

2. computing large roots : bigdecimal / java    stackoverflow.com

I tried to use the standard iterative algorithm to compute nth roots. For instance (111^123)^(1/123). The standard algorithm computes high powers of the base (in this case 111^123) which takes a lot of ...