|
|
WMLScript sqrt() Function
Complete WMLScript Float Library
The sqrt() function returns the square root of the x parameter.
Syntax
| Part |
Description |
| n |
The floating-point number returned from the function |
| x |
A number |
Example
var a = Float.sqrt(9);
var b = Float.sqrt(6.25);
|
Result
Complete WMLScript Float Library
The Creators of XMLSpy are Pleased to Announce
|
|
|