Function mpz_addmul

Source
pub unsafe extern "C" fn mpz_addmul(
    rop: mpz_ptr,
    op1: mpz_srcptr,
    op2: mpz_srcptr,
)
Expand description