Class BigDecimalNthRootCalculation
java.lang.Object
com.github.gbenroscience.math.BigDecimalNthRootCalculation
Based on https://stackoverflow.com/questions/22695654/computing-the-nth-root-of-p-using-bigdecimals
-
Method Summary
Modifier and TypeMethodDescriptionstatic BigDecimalnthRoot(int n, BigDecimal a) static BigDecimalnthRoot(int n, BigDecimal a, MathContext mc)
-
Method Details
-
nthRoot
-
nthRoot
-