Pow Function
Next:
Randomnumber
, Previous:
PI
, Index:
Index
This
pow[n,x]
function will retun
n
to the power of
x
.
Pass:
Two integers
Returns:
An integer representing the result
Examples
var a:=pow[2,8];
Last Modified: August 2008