An open API service indexing awesome lists of open source software.

https://github.com/jonathanmccormickjr/calcucalc

A Rust library for doing calculus.
https://github.com/jonathanmccormickjr/calcucalc

calculator calculus math rust

Last synced: 4 months ago
JSON representation

A Rust library for doing calculus.

Awesome Lists containing this project

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
- [x] Derivatives of polynomials
- [ ] nth-power derivatives of polynomials
- [ ] Suggest more features here.

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.