
Rust 1.98 introduces algebraic floating-point methods that are akin to using the "--fast-math" option with other languages/compilers. The Rust 1.98 release announcement explains of these optimized algebraic methods:
"The floating-point types f32 and f64 now have "algebraic" methods for addition, subtraction, multiplication, division, and remainder. These allow optimizations
