Skip to content

kry008/calc-new

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calc-new

GitHub pull requests GitHub package.json version GitHub Repo stars
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