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