#binomial #coefficients #compute #data-structures #iteratively

binomial-iter

Provides tools to iteratively compute the binomial coefficient

1 unstable release

Uses old Rust 2015

0.1.0 Aug 10, 2015

#128 in #compute

Download history 5/week @ 2024-02-14 21/week @ 2024-02-21 12/week @ 2024-02-28 8/week @ 2024-03-06 7/week @ 2024-03-13 9/week @ 2024-03-20 24/week @ 2024-03-27 23/week @ 2024-04-03

65 downloads per month
Used in 2 crates

MIT license

18KB
384 lines

binomial-iter Build Status Coverage Status Crates.io

Documentation

This crate provides tools to iteratively compute the binomial coefficient.


lib.rs:

This crate provides tools to iteratively compute the binomial coefficient.

No runtime deps