Command Reference
:
Function Reference
:
Function Reference: P
@pow
Element Functions
Power function
.
Syntax:
@pow
(
x, y
)
x:
number
y:
number
Return: number
Returns the
power of
:
. If
must be an integer value.
Examples
= @pow(2,8)
returns 256.
Cross-references
See also
@powm1
and
@pow1pm1
.