Function mpf_div_2exp

Source
pub unsafe extern "C" fn mpf_div_2exp(
    rop: mpf_ptr,
    op1: mpf_srcptr,
    op2: bitcnt_t,
)
Expand description