18.4. Calculating the Square Root of a Numeric Value: sqrt() Function

The sqrt() function calculates the square root of a numeric value. If any error occurs, it returns invalid. The following WMLScript example demonstrates the use of sqrt():


x = Float.sqrt(100);
y = Float.sqrt(25);
z = Float.sqrt(14);


After the execution of the above script, x has the floating-point value 10.0, y has the floating-point value 5.0 and z has the floating-point value 3.74166.


Previous Page Page 54 of 71 Next Page


Feedback Form (ExpandCollapse)

What do you think about this web page?






(Optional) Please provide us more details. For example, suppose you select option 2 above, can you tell us specifically what information is missing? You can also suggest anything that can help us improve this web page.

(Optional) Your name:

(Optional) Your email address:

Please enter again to confirm:

Due to the amount of messages we received, we may not be able to reply to all messages.

A button for going back to the top of this page