Macaulay2 Engine
Loading...
Searching...
No Matches
◆
is_equal()
bool
M2::ARingZZGMP::is_equal
(
const
ElementType
&
f
,
const
ElementType
&
g
) const
inline
Definition at line
92
of file
aring-zz-gmp.hpp
.
93
{
94
return
mpz_cmp(&f, &g) == 0;
95
}
M2
ARingZZGMP
Generated on
for Macaulay2 Engine by
1.15.0