fast-integral

1.0.1 • Public • Published

fast-integral

One line JS library to calculate integral of axⁿ type equations.

Usage

import integral from 'fast-integral';

// Calculate integral of 2x² between 0 and 4
console.log(integral(2, 2, 0, 4));
// > 42.6666666667

Contribute

I'm looking for someone who can help me to implement axⁿ + bx + c functions.

Package Sidebar

Install

npm i fast-integral

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

2.19 kB

Total Files

4

Last publish

Collaborators

  • savrum