pub unsafe extern "C" fn mp_rat_recip( a: mp_rat, c: mp_rat, ) -> mp_result
Sets c to the reciprocal of a if the reciprocal is defined. It returns MP_UNDEF if a is zero.
c
a
MP_UNDEF