Constant DENORMAL_THRESHOLD_F64

Source
pub const DENORMAL_THRESHOLD_F64: f64 = 1e-15;
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.