pub unsafe extern "C" fn mp_rat_div_int(
    a: mp_rat,
    b: mp_int,
    c: mp_rat
) -> mp_result
Expand description

Sets c to the ratio a / b if that ratio is defined. It returns MP_UNDEF if b is zero.