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

Function Documentation#

mpfr librapid::log(const mpfr &val, const mpfr &base)#

Logarithm of a multiprecision floating point value with a given base: \( \log_b (x) \)

Parameters
  • val – The value to take the logarithm of

  • base – The base to take the logarithm with

Returns

The logarithm of the value with the given base