Versions Compared

Key

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

...

You can specify DEC for short.

Example

 
Code Block
// PI is a decimal 
Val = "3.1415926535897932384626433832795" 
Result = SRP_Math("DECIMAL", Val) 
!! Result = 1 !! 
 

...

Code Block
// 4.00000 is an integer 
Val = "4.00000" 
Result = SRP_Math("DEC", Val) 
!! Result = 0 !!

 

...