Versions Compared

Key

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

...

You can specify FACT for short.

Example

 
Code Block
// Compute the factorial of 16 
Result = SRP_Math("FACTORIAL", "16") 
!! Result = 20922789888000.0 !! 
 

...

Code Block
// Computing the factorial of PI doesn't really make sense 
Val = "3.14159" 
Result = SRP_Math("FACT", Val) 
!! Result = 1.08749826743204552961 !!