Skip to main content

DEFAULT_ABSOLUTE_TOLERANCE

Constant DEFAULT_ABSOLUTE_TOLERANCE 

Source
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.