WMLScript pow() Function
Complete WMLScript Float Library
The pow() function returns the value of x to the power of y (xy).
Syntax
| Part |
Description |
| n |
The floating-point number returned from the function |
| x |
A number |
| y |
A number |
Example
var a = Float.pow(4,2);
var b = Float.pow(-2,3);
|
Result
Complete WMLScript Float Library
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|