Function rustc_apfloat::ieee::sig::div [−][src]
pub(super) fn div(
quotient: &mut [u128],
exp: &mut ExpInt,
dividend: &mut [u128],
divisor: &mut [u128],
precision: usize
) -> Loss
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
quotient = dividend / divisor
. Returns the lost fraction.
Does not preserve dividend
or divisor
.