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

Sets c to a copy of the value of a. No new memory is allocated unless a term of a has more significant digits than the corresponding term of c has allocated.