0 purchases
calculus
Features #
The Calculus package lets you calculate one-sided limits, derivatives, integrals, slopes & more.
Getting started #
To add the package into your project, use the following command
flutter pub add calculus
copied to clipboard
Usage #
Calculus.left(number, function);
Calculus.right(number, function);
Calculus.limit(number, function);
Calculus.infinity(number, function);
Calculus.derivative(number, function);
Calculus.derivativeNth(number, function);
Calculus.integral(min, max, function, intervals);
Calculus.slope(x1, y1, x2, y2);
copied to clipboard
Additional information #
The package is actively maintained and safe to use in a production environment.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.