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

◆ swap()

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

Definition at line 498 of file aring-CCC.hpp.

499 {
500 mpfr_swap(&a.re, &b.re);
501 mpfr_swap(&a.im, &b.im);
502 }

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