Pow
From Mesham
Jump to navigationJump to searchOverview
This pow(n,x) function will return n to the power of x.
- Pass: Two integers
- Returns: A double representing the squared result
Example
var a:=pow(2,8);
This pow(n,x) function will return n to the power of x.
var a:=pow(2,8);