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

◆ power_mpz()

void M2::ARingRRR::power_mpz ( ElementType & result,
const ElementType & a,
mpz_srcptr n ) const
inline

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

258 {
259 mpfr_pow_z(&result, &a, n, MPFR_RNDN);
260 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by TEST().