1 2 3 4 5 6 7
pub(crate) mod erf; pub(crate) mod expit; pub(crate) mod logit; pub(crate) mod gamma; pub(crate) mod log_gamma; pub(crate) mod sinc; pub(crate) mod xlogy;