Versions Compared

Key

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

...

The CUBEROOT operation computes the cube root of Value. Value can be any decimal or whole number.

Example

 
Code Block
// Take the cube root of PI 
Val = "3.1415926535897932384626433832795" 
Result = SRP_Math("CUBEROOT", Val) 
!! Result = 1.46459188756152326302014252726379!!