Takes the cube root of a value.

Syntax

Result = SRP_Math("CUBEROOT", Value, "", DecimalPlaces, ScientificNotation)

Returns

The cube root of Value.

Remarks

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

Example

// Take the cube root of PI 
Val = "3.1415926535897932384626433832795" 
Result = SRP_Math("CUBEROOT", Val) 
!! Result = 1.46459188756152326302014252726379!!
  • No labels