Skip to main content

DEGENERATE_DERIVATIVE

Constant DEGENERATE_DERIVATIVE 

Source
pub const DEGENERATE_DERIVATIVE: f64 = 1e-100;
Expand description

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