Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors