https://github.com/ctsrc/horner
Evaluate polynomials using Horner's method
https://github.com/ctsrc/horner
algebra math maths polynomial polynomials
Last synced: 11 months ago
JSON representation
Evaluate polynomials using Horner's method
- Host: GitHub
- URL: https://github.com/ctsrc/horner
- Owner: ctsrc
- License: isc
- Created: 2021-08-15T21:48:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T02:12:05.000Z (over 2 years ago)
- Last Synced: 2025-04-15T11:40:11.812Z (12 months ago)
- Topics: algebra, math, maths, polynomial, polynomials
- Language: Rust
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# horner
[](https://crates.io/crates/horner) [](https://docs.rs/horner/)
Evaluate polynomials using Horner's method.
See docs for details including examples of how to use.