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.
pub const DEFAULT_RELATIVE_TOLERANCE: f64 = 1e-9;Relative tolerance used by approx_equal.
Indicator values span many orders of magnitude, so the admissible error scales with them.