Lingo Dictionary > O-R > power() |
![]() ![]() ![]() |
power()
Syntax
power(
base
,
exponent
)
Description
Math function; calculates the value of the number specified by base
to the exponent specified by exponent
.
Example
This statement sets the variable vResult
to the value of 4 to the third power:
set vResult = power(4,3)
![]() ![]() ![]() |