Function gmp_mpfr_sys::mpfr::remquo

source ·
pub unsafe extern "C" fn remquo(
    r: *mut mpfr_t,
    q: *mut c_long,
    x: *const mpfr_t,
    y: *const mpfr_t,
    rnd: rnd_t
) -> c_int
Expand description