Function std::intrinsics::frem_fast[][src]

pub unsafe extern "rust-intrinsic" fn frem_fast<T>(a: T, b: T) -> T where
    T: Copy
🔬 This is a nightly-only experimental API. (core_intrinsics)
Expand description

浮余数允许基于代数规则进行优化。 可以假设输入是有限的。

此内部函数没有稳定的对应对象。