calcucalc

Crates.iocalcucalc
lib.rscalcucalc
version0.1.16
created_at2025-02-16 19:39:00.798531+00
updated_at2025-03-02 21:15:48.884083+00
descriptionA general-purpose calculus library written in Rust.
homepage
repositoryhttps://github.com/JonathanMcCormickJr/calcucalc
max_upload_size
id1558073
size51,688
Jonathan A. McCormick, Jr. (JonathanMcCormickJr)

documentation

README

🔢 calcucalc 📈

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.

🌠 Features

  • 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.

📄 Documentation

The documentation for this project can be found here.

⚖️ License

This project is licensed under the MIT License - see the LICENSE file for details.

Commit count: 79

cargo fmt