JordanRL / Fermat

A library providing math and statistics operations for numbers of arbitrary size.
GNU General Public License v2.0
65 stars 6 forks source link

Add calculus provider #20

Open JordanRL opened 6 years ago

JordanRL commented 6 years ago

Create a calculus provider that can, at the very least, compute the integral over a range (both definite and indefinite) given that the integrand is provided.

JordanRL commented 3 years ago

This might belong to a new module: Calculus Expressions.