[][src]Function rustc_apfloat::ieee::sig::mul

pub(super) fn mul<'a>(
    dst: &mut [u128],
    exp: &mut ExpInt,
    a: &'a [u128],
    b: &'a [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?

dst = a * b (for normal a and b). Returns the lost fraction.