1. How can I find the Square Root of a Java BigInteger? stackoverflow.comIs there a library that will find the square root of a BigInteger? I want it computed offline - only once, and not inside any loop. So even computationally expensive solution ... |
2. Square Root of BigInteger coderanch.com |
3. BigInteger nth root java-forums.org |