POW(Base, Exp)
Calculates the Exp power of Base.
Float POW(Float Base, Float Exp)
Base - Base. If it is not of type float, it is implicitly converted to type float.
Exp - Exponent. If it is not of type float, it is implicitly converted to type float.
Exp power of Base
> PRINT POW(2, 3)
8.000000