pub unsafe extern "C" fn mp_rat_compare_unsigned(
    a: mp_rat,
    b: mp_rat
) -> c_int
Expand description

Returns the comparator of the magnitudes of a and b, disregarding their signs. Neither a nor b is modified by the comparison.