bpci 0.1.0

Binomial proportion confidence intervals
Documentation
1
2
3
use crate::Error;

pub type Result<T> = std::result::Result<T, Error>;