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

pub fn checked_logit(p: f64) -> Result<f64>

Computes the logit function

Errors

If p < 0.0 or p > 1.0