[][src]Function statrs::function::logistic::logit

pub fn logit(p: f64) -> f64

Computes the logit function

Panics

If p < 0.0 or p > 1.0