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

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

Awesome Lists containing this project

README

          

# horner

[![Crates.io](https://img.shields.io/crates/v/horner.svg)](https://crates.io/crates/horner) [![Docs.rs](https://docs.rs/horner/badge.svg)](https://docs.rs/horner/)

Evaluate polynomials using Horner's method.

See docs for details including examples of how to use.