Macaulay2 Engine
Loading...
Searching...
No Matches

◆ is_subset()

bool M2::ARingRRi::is_subset ( const ElementType & g,
const ElementType & f ) const
inline

Definition at line 117 of file aring-RRi.hpp.

117{ return mpfi_cmp_fr(&f,&(g.left)) == 0 and mpfi_cmp_fr(&f,&(g.right)) == 0; }

Referenced by TEST(), TEST(), and TEST().