Math is fun so let's make some scripts and or programs that use some of your favorite math formulas and functions.
GNU General Public License v3.0
122
stars
363
forks
source link
Create nth root simple java class #643
Open
scouttww opened 5 years ago
created a simple NthRoot evaluator that takes advantage of the rule that an Nth root is equivalent to the power of 1/n, i.e: nth root of x == x^(1/n)