Function gmp_mpfr_sys::mpfr::mul_2si

source ·
pub unsafe extern "C" fn mul_2si(
    rop: *mut mpfr_t,
    op1: *const mpfr_t,
    op2: c_long,
    rnd: rnd_t
) -> c_int
Expand description