Macaulay2 Engine
Loading...
Searching...
No Matches
◆
is_equal()
bool
M2::ARingRRi::is_equal
(
const
ElementType
&
f
,
const
ElementType
&
g
) const
inline
Definition at line
96
of file
aring-RRi.hpp
.
97
{
98
return
mpfr_cmp(&(f.left), &(g.left)) == 0 and mpfr_cmp(&(f.right), &(g.right)) == 0;
99
}
Referenced by
TEST()
, and
TEST()
.
M2
ARingRRi
Generated on
for Macaulay2 Engine by
1.15.0