Versions Compared

Key

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

...

Code Block
// get the absolute value of negative PI 
Val = "-3.1415926535897932384626433832795" 
Result = SRP_Math("ABSOLUTEVALUE", Val) 
!! Result = "3.1415926535897932384626433832795" !! 
 
 
Code Block
// you can also get away with abbreviating the operation 
Result = SRP_Math("ABS", Val)