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

◆ abs_squared()

void M2::ARingCCi::abs_squared ( ElementType & result,
const ElementType & a ) const
inline

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

593 {
594 abs(result,a);
596 }
void mult(ElementType &result, const ElementType &a, const ElementType &b) const
VALGRIND_MAKE_MEM_DEFINED & result(result)
#define abs(x)
Definition polyroots.cpp:51

References abs, mult(), and result().