pub const DEGENERATE_DERIVATIVE: f64 = 1e-100;
Threshold below which derivative is considered degenerate
If |derivative| < this threshold, the Newton-Raphson method is likely to fail or produce unreliable results.
Value: 1e-100