pub const NEWTON_METHOD_THRESHOLD: f64 = 1e-5;
Threshold that defines the convergence condition of the numerical Newton method.