pwr()

Function group Execute on client Platform(s)
Number YES All

Syntax

pwr(number,power)

Description

Returns the result of raising a number to a power.

Example

Calculate lResult as  pwr(2,5)
# returns 32

Calculate lResult as pwr(21.37,0.831)
# returns 12.74 approx

Calculate lResult as int(pwr(1.105,5))
# is the same as int(1.65) which returns 1