@mathools/algebra
v1.0.1
Published
some very usefull math tools
Downloads
5
Readme
@mathools/algebra
@mathools algebra module for simple calcs
Mathools library
Some very usefulls math tools
Installing
For install library is easy to install by cloning the repo. You can install trhought npm too: Local installation
npm install @mathools/algebra
Global installation
npm install -g @mathools/algebra
Contains
Logarithm
log(argument, base)
=>Root
root(argument, radix)
=>Between
between(argument, min, max)
=>Max
max([...args])
=>Min
min([...args])
=>Sum
sum([...args])
=>Prod
prod([...args])
=>
Max, Min, Sum and Prod arguments can be Arrays and matrix too
Contacts
If you like the project feel free to contact me on my .
Something gone wrong? Feel free to rise an issue!
Did you like this project and it was usefull? Help me improve my work: