Function gmp_mpfr_sys::mpfr::mul_ui

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