Constant DENORMAL_THRESHOLD_F64

Source
pub const DENORMAL_THRESHOLD_F64: f64 = 1e-15; // 1.0000000000000001E-15f64
Expand description

Threshold below which values are considered denormal. This is slightly above the actual denormal threshold to catch values that will become denormal after further processing.