Pow()
Syntax
Result.f = Pow(Number.f, Power.f)
Returns the Number.f, raised to the Power.f. Example: Debug Pow(2.0, 3.0) ; will display '8.0'
Example:
Debug Pow(2.0, 3.0) ; will display '8.0'
Supported OS
All