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

◆ midpoint()

void M2::ARingCCi::midpoint ( ARingCCC::ElementType & a,
const ElementType & b ) const
inline

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

490 {
491 mpfi_mid(&a.re,&b.re);
492 mpfi_mid(&a.im,&b.im);
493 }

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