power
(power x y)
calculates x raised to the power of
y
Arguments |
'x' any number |
Return |
x raised to the power of y, returns result as floating-point number |
Example |
(power 3 4) => 81.0 |
Alias |
|
Remarks |
© Menhirs NV. All rights reserved. |