Constant EPSILON

Source
pub const EPSILON: TAFloat = 0.000_000_000_1;
Expand description

Global EPSILON value used for floating-point comparisons to account for rounding errors in calculations.