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

Sets c to the reciprocal of a if the reciprocal is defined. It returns MP_UNDEF if a is zero.