Pow Data Member Function

Calculates the result of the value 'base' raised to the power of 'exponent'.

Prototype

static float64 Pow( float64 base, float64 exponent )

Parameters

Parameter Type Parameter Name Documentation
float64baseThe base value to use when calculating the result.
float64exponentThe exponent value to use when calculating the result.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Simdify Scripting Language code base.