Function librapid::pow(const mpfr&, const mpfr&)#

Function Documentation#

mpfr librapid::pow(const mpfr &base, const mpfr &pow)#

Raise a multiprecision floating point value to a power: \( x^y \)

Parameters
  • base – The value to raise to a power

  • pow – The power to raise the value to