Function std::intrinsics::fdiv_fast
source · pub unsafe extern "rust-intrinsic" fn fdiv_fast<T>(a: T, b: T) -> Twhere
T: Copy,
🔬This is a nightly-only experimental API. (
core_intrinsics
)Expand description
浮点除法允许基于代数规则进行优化。 可以假设输入是有限的。
此内部函数没有稳定的对应对象。