Skip to content

POW

Category: Function
Syntax: POW(base, exponent)

Description

Returns the value of base raised to the power of exponent (integers only).

See also

Example

10 LET A = POW(2, 8)
20 PRINT(A)