calc-new
v0.0.5
Published
A small library with many math operations
Downloads
5
Readme
calc-new
A small library with many math operations
Example of usage can be found in the test.js
file.
You can import every class separately or import all wiht class AllMath
.
Available classes:
AllMath() - contain all classes below
BasicMath() - addition, subtraction, multiplication, division, modulo, power, absolute, squareRoot, logarithm, factorial, mathRoot, sinDegrees, cosDegrees, tanDegreese, sinRadians, cosRadians, tanRadians, round
FiguresMath() - in progress
FunctionsMath() - not set yet