Function compiler_builtins::float::div::div32

source ·
fn div32<F: Float>(a: F, b: F) -> Fwhere
    u32: CastInto<F::Int>,
    F::Int: CastInto<u32> + CastInto<i32> + HInt,
    i32: CastInto<F::Int>,
    <F as Float>::Int: Mul,