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.
- Host: GitHub
- URL: https://github.com/jonathanmccormickjr/calcucalc
- Owner: JonathanMcCormickJr
- License: mit
- Created: 2025-02-12T01:58:52.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-02-12T02:03:11.000Z (5 months ago)
- Last Synced: 2025-02-12T03:22:42.436Z (5 months ago)
- Topics: calculator, calculus, math, rust
- Language: Rust
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.