logo
pub unsafe extern "C" fn mpf_mul_2exp(
    rop: *mut mpf_t,
    op1: *const mpf_t,
    op2: bitcnt_t
)
Expand description