Function statest::numerical::newton[][src]

pub fn newton<S, T>(dist: &T, y: S, mu: S, epsilon: S) -> S where
    S: Float,
    T: Univariate<S, S>, 

Newton method to solve equations.