logo
pub unsafe extern "C" fn mpq_div(
    quotient: *mut mpq_t,
    dividend: *const mpq_t,
    divisor: *const mpq_t
)
Expand description

See: mpq_div