mmccmmpp() -- Multiple-Precision Mathematics (libmp)

Compare multiple-precision integers
#iinncclluuddee <mmpprreecc.hh>
iinntt mmccmmpp(_a, _b)
mmiinntt *_a, *_b;

mmccmmpp() compares the multiple-precision  integers (or mmiinntts) pointed to by _a
and _b.  It returns a  signed integer less  than, equal to,  or greater than
zero according to whether the value pointed to by _a is less than, equal to,
or greater than that pointed to by _b.

_S_e_e _A_l_s_o
lliibbmmpp
