1. Are there libraries for Square Root over BigDecimal? stackoverflow.comAre there any libraries for Square Root over BigDecimal in Java? |
2. computing large roots : bigdecimal / java stackoverflow.comI tried to use the standard iterative algorithm to compute nth roots.
For instance (111^123)^(1/123).
The standard algorithm computes high powers |