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

https://github.com/timnn/binomial-iter

Provides tools to iteratively compute binomial coefficient
https://github.com/timnn/binomial-iter

rust

Last synced: about 1 year ago
JSON representation

Provides tools to iteratively compute binomial coefficient

Awesome Lists containing this project

README

          

# binomial-iter [![Build Status](https://travis-ci.org/TimNN/binomial-iter.svg?branch=master)](https://travis-ci.org/TimNN/binomial-iter) [![Coverage Status](https://coveralls.io/repos/TimNN/binomial-iter/badge.svg?branch=master&service=github)](https://coveralls.io/github/TimNN/binomial-iter?branch=master) [![Crates.io](https://img.shields.io/crates/v/binomial-iter.svg)](https://crates.io/crates/binomial-iter)

[Documentation](https://timnn.github.io/binomial-iter)

This crate provides tools to iteratively compute the binomial coefficient.