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

◆ divide() [2/2]

void M2::ARingCC::divide ( ElementType & res,
const ElementType & a,
const RealElementType & b ) const
inline

Definition at line 319 of file aring-CC.hpp.

322 {
323 res.re = a.re / b;
324 res.im = a.im / b;
325 }

References cc_doubles_struct::im, and cc_doubles_struct::re.

Referenced by syzygy(), and TEST().