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

Function Documentation#

mpfr librapid::atan2(const mpfr &dy, const mpfr &dx)#

Atan2 of a multiprecision floating point value: \( \tan^{-1}\left(rac{y}{x}\right) \)

Parameters
  • dy – The y value

  • dx – The x value

Returns

The atan2 of the value