Macaulay2 Engine
Loading...
Searching...
No Matches
◆
abs()
void M2::ARingCCC::abs
(
ARingRRR::ElementType
&
result
,
const
ElementType
&
a
) const
inline
Definition at line
454
of file
aring-CCC.hpp
.
455
{
456
abs_squared
(
result
, a);
457
mpfr_sqrt(&
result
, &
result
, MPFR_RNDN);
// should we have ARingRRR::sqrt ???
458
}
M2::ARingCCC::abs_squared
void abs_squared(ARingRRR::ElementType &result, const ElementType &a) const
Definition
aring-CCC.hpp:446
result
VALGRIND_MAKE_MEM_DEFINED & result(result)
References
abs_squared()
, and
result()
.
M2
ARingCCC
Generated on
for Macaulay2 Engine by
1.15.0