pub const fn fadd_algebraic<T: Copy>(a: T, b: T) -> T
🔬This is a nightly-only experimental API. (
core_intrinsics
)Available on non-crate feature
ferrocene_certified
only.Expand description
Float addition that allows optimizations based on algebraic rules.
Stabilized as f16::algebraic_add
, f32::algebraic_add
, f64::algebraic_add
and f128::algebraic_add
.