Pow()

Syntax

Result.f = Pow(Number.f, Power.f)
Description
Returns the Number.f, raised to the Power.f.

Example:

  Debug Pow(2.0, 3.0)  ; will display '8.0'

Supported OS

All

<- NaN() - Math Index - Radian() ->