# 🔢 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
- [x] Data structures for representing monomials & polynomials
- [x] Calculate value for a given x value for a monomial or polynomial
- [x] Derivatives of monomials & polynomials
- [x] 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 "concave up" or "concave down"
- [ ] Suggest more features here.
## 📄 Documentation
The documentation for this project can be found [here](https://docs.rs/calcucalc/latest/calcucalc/index.html).
## ⚖️ License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/JonathanMcCormickJr/calcucalc/blob/master/LICENSE) file for details.