calculus

Creator: coderz1093

Last updated:

0 purchases

calculus Image
calculus Images

Languages

Categories

Add to Cart

Description:

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.