Versions Compared

Key

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

...

The result is in the range −1 < result < 1

Example

 
Code Block
// Calculate the hyperbolic tangent of Log2 
Val = "0.227064512498507649434129923403947" 
Result = SRP_Math("TANH", Val) 
!! Result = 0.2232409939426686718165667585094024 !! 
 

...

Code Block
// Calculate the hyperbolic tangent of PI 
Val = "3.1415926535897932384626433832795" 
Result = SRP_Math("TANH", Val) 
!! Result = 0.996272076220749944264690580012537 !!

 

...