Calculates the result of the value 'base' raised to the power of 'exponent'.
static float64 Pow( float64 base, float64 exponent )
Parameter Type | Parameter Name | Documentation |
---|---|---|
float64 | base | The base value to use when calculating the result. |
float64 | exponent | The exponent value to use when calculating the result. |
None published. Please look for an example in the Simdify Scripting Language code base.