A Rust library for doing general-purpose calculus operations.
This is very much a work in progress at this stage. Feel free to contribute any suggestions via a pull request or issue.
- Data structures for representing monomials & polynomials
- Calculate value for a given x value for a monomial or polynomial
- Derivatives of monomials & polynomials
- nth-power derivatives of monomials & polynomials
- determine whether a certain interval grows, shrinks, stays constant or none of the above over a given interval
- Determine whether a given interval is overall "concave up", "concave down", or "undefined".
- Suggest more features here.
The documentation for this project can be found here.
This project is licensed under the MIT License - see the LICENSE file for details.
Of course, if you submit a contribution, you agree to license your contribution under the same license.