Next:
Input and Output Functions
Up:
mpff class functions
Previous:
Arithmetic Functions
Comparison Functions
int mpff_cmp(mpff_t x, mpff_t y)
Compare
x
and
y
. Return 0 if
x
=
y
, or 1 if
x
y
.
int mpff_sgn(mpff_t x)
Return 1 if
x
0, 0 if
x
= 0.
Bill Allombert 2003-07-01