Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The angle returned is in the range −π < result ≤ π

Example

 

Code Block
// Calculate the two-argument arc tangent of Log2 and PI
Val1 = "0.227064512498507649434129923403947"
Val2 = "3.1415926535897932384626433832795"
Result = SRP_Math("ARCTAN2", Val1, Val2)
!! Result = 0.0721514152774001451411908714883551 !!

...