Versions Compared

Key

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

...

You can specify COMP for short.

Example

 
Code Block
// Compare PI to E 
Val1 = "3.1415926535897932384626433832795" 
Val2 = "2.7182818284590452353602874713527" 
Result = SRP_Math("COMPARE", Val1, Val2) 
!! Result = 1 (Val1 is greater)!!