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

◆ is_member() [3/7]

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

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

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

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