by Ricardo Fernández Serrata
Version 1 (September 7, 2021)
Download (18 downloads)
Math and Number (float) constants other than Pi. I didn't include square roots and logarithms, because they're generally not used.
To calculate any logarithm: log(x) / log(b)
Any root: pow(x, 1 / n)
exp(1) != Math["E"]
I 📋CP JS' Math.E because it's more accurate.
ℹ:
docs.oracle.com/javase/7/docs/api/java/lang/Double.html
developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number
5 stars | 0 | |
4 stars | 1 | |
3 stars | 0 | |
2 stars | 0 | |
1 star | 0 | |
Reports | 0 |
Rate and review within the app in the Community section.