W3cubDocs

/Rust

Function frem_algebraic

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

Float remainder that allows optimizations based on algebraic rules.

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

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