pub const fn fmul_algebraic<T: FloatPrimitive>(a: T, b: T) -> T🔬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 multiplication that allows optimizations based on algebraic rules.
Stabilized as f16::algebraic_mul, f32::algebraic_mul, f64::algebraic_mul and f128::algebraic_mul.