Skip to main content

ERR_COEFF_2

Constant ERR_COEFF_2 

Source
pub const ERR_COEFF_2: f64 = _; // 6.6613381477509471E-16f64
Expand description

Error coefficient for D=2 determinant error bound.

Accounts for one f64 multiply + one FMA → 2 rounding events. Used in computing the absolute error bound for 2×2 determinants.