Function gmp_mpfr_sys::mpfr::pow_z

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