power
power()
Section titled “power()”Category: Math
Returns the input raised to the specified power
Signature
Section titled “Signature”- Return type:
decimal - Parameters:
exponentnumber— The exponent
Examples
Section titled “Examples”2.power(3)10.power(2)16.power(0.5)