Skip to main content

DEFAULT_RELATIVE_TOLERANCE

Constant DEFAULT_RELATIVE_TOLERANCE 

Source
pub const DEFAULT_RELATIVE_TOLERANCE: f64 = 1e-9;
Expand description

Relative tolerance used by approx_equal.

Indicator values span many orders of magnitude, so the admissible error scales with them.