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 sine of Log2 
Val = "0.227064512498507649434129923403947" 
Result = SRP_Math("SIN", Val) 
!! Result = 0.2251183598565402355720315487484248 !! 
 

...

Code Block
// Calculate the sine of PI 
Val = "3.1415926535897932384626433832795" 
Result = SRP_Math("SIN", Val) 
!! Result = 0 !!

 

...