pub const DEFAULT_ABSOLUTE_TOLERANCE: f64 = 1e-15;Expand description
Absolute tolerance used by approx_equal.
Applies near zero, where a relative bound collapses to nothing.
pub const DEFAULT_ABSOLUTE_TOLERANCE: f64 = 1e-15;Absolute tolerance used by approx_equal.
Applies near zero, where a relative bound collapses to nothing.