W3cubDocs

/Rust

Function fmul_algebraic

pub const fn fmul_algebraic<T>(a: T, b: T) -> Twhere
    T: Copy,
🔬This is a nightly-only experimental API. (core_intrinsics)

Float multiplication that allows optimizations based on algebraic rules.

Stabilized as f16::algebraic_mul, f32::algebraic_mul, f64::algebraic_mul and f128::algebraic_mul.

© 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.fmul_algebraic.html