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

◆ is_member() [1/7]

bool M2::ARingCCi::is_member ( const ARingCCC::ElementType & a,
const ElementType & f ) const
inline

Definition at line 125 of file aring-CCi.hpp.

125{ return mpfi_cmp_fr(&f.re,&a.re) == 0 && mpfi_cmp_fr(&f.im,&a.im) == 0; }

References cc_struct::im, cci_struct::im, cc_struct::re, and cci_struct::re.