Versions Compared

Key

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

...

The angle returned is in the range −π/2 ≤ result ≤ π/2

Example

 
Code Block
// Calculate the arc tangent of Log2 
Val = "0.69314718055994530941723212145817" 
Result = SRP_Math("ARCTAN", Val) 
!! Result = 0.606111934732855002385988269576687 !! 
 

...

Code Block
// Calculate the arc tangent of PI  
Val = "3.1415926535897932384626433832795" 
Result = SRP_Math("ARCTAN", Val) 
!! Result = 1.2626272556789116834443220836057 !!

 

...