pub const fn fdiv_algebraic<T>(a: T, b: T) -> Twhere
T: Copy,
core_intrinsics)
Float division that allows optimizations based on algebraic rules.
Stabilized as f16::algebraic_div, f32::algebraic_div, f64::algebraic_div and f128::algebraic_div.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/intrinsics/fn.fdiv_algebraic.html