Constant tool::core::numerical_algorithms::NEWTON_METHOD_THRESHOLD[][src]

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

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