Function core::intrinsics::fsub_fast[][src]

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

intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library

Expand description

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

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