horner-eval

Crates.iohorner-eval
lib.rshorner-eval
version0.1.0
sourcesrc
created_at2023-03-08 02:13:42.171174
updated_at2023-03-08 02:13:42.171174
descriptionA macro for evaluating polynomials via Horner's rule
homepage
repositoryhttps://github.com/andrewjradcliffe/horner-eval/
max_upload_size
id804091
size23,184
Andrew Radcliffe (andrewjradcliffe)

documentation

README

horner-eval

Usage

Add this to your Cargo.toml

[dependencies]
horner-eval = "0.1.0"

Description

If Horner's rule is appropriate for your polynomial, then, almost assuredly, you want to unroll the loop. The horner! macro provided by this crate does just that.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 17

cargo fmt