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

◆ power()

void M2::ARingRRR::power ( ElementType & result,
const ElementType & a,
int n ) const
inline

Definition at line 252 of file aring-RRR.hpp.

253 {
254 mpfr_pow_si(&result, &a, n, MPFR_RNDN);
255 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by TEST().