Constant NEWTON_METHOD_THRESHOLD

Source
pub const NEWTON_METHOD_THRESHOLD: f64 = 1e-5;
Expand description

Threshold that defines the convergence condition of the numerical Newton method.