Macaulay2 Engine
Loading...
Searching...
No Matches
◆
mpfc_is_equal()
int
mpfc_is_equal
(
gmp_CCmutable
a
,
gmp_CCmutable
b
)
Definition at line
48
of file
complex.c
.
49
{
50
return
mpfr_cmp(a->re, b->re) == 0 && mpfr_cmp(a->im, b->im) == 0;
51
}
Macaulay2
e
complex.c
Generated on
for Macaulay2 Engine by
1.15.0