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

Function Documentation#

mpfr librapid::hypot(const mpfr &a, const mpfr &b)#

Hypotenuse of a multiprecision floating point value: \( \sqrt{a^2 + b^2} \)

Parameters
  • a – The first value to take the hypotenuse of

  • b – The second value to take the hypotenuse of

Returns

The hypotenuse of the values