pub const fn fdiv_algebraic<T>(a: T, b: T) -> Twhere
T: FloatPrimitive,🔬This is a nightly-only experimental API. (
core_intrinsics)This item is validated for IEC 61508 (SIL 2) and ISO 26262 (ASIL B).
Expand description
Float division that allows optimizations based on algebraic rules.
Stabilized as f16::algebraic_div, f32::algebraic_div, f64::algebraic_div and f128::algebraic_div.