@mathools/analisys

1.0.1 • Public • Published

@mathools/analisys

License Email Donate Donate

@mathools analisys module for analisys functions

Installing

For install library is easy to install by cloning the repo. You can install trhought npm too: Local installation

npm install @mathools/analisys

Global installation

npm install -g @mathools/analisys

Contains

  • Derivate (Rn) derivate(function, [direction='x',] precision=5) => log

direction can be an Array or 'x','y','z' strings;

  • Derivate (R1) derivateR1(function, precision=5) => root

  • Fourier fourier(real, imaginary, scale) => compute a Fourier Series: function(x){return real[0]/2 * sum[i](real[i] * cos(i*x)) + sum[i](imaginary[i] * sin(i*x))}

Contacts

If you like the project feel free to contact me on my Email.

Something gone wrong? Feel free to rise an issue!

Did you like this project and it was usefull? Help me improve my work:

Donate Donate

Readme

Keywords

Package Sidebar

Install

npm i @mathools/analisys

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

5.75 kB

Total Files

4

Last publish

Collaborators

  • ddomen