WMLScript Float Library
The Float library contains a set of math functions.
WMLScript Float Library Functions
The Float library works only on clients that support floating-point
numbers. If floating-point numbers are not supported, all functions should return
invalid.
| Function |
Description |
| ceil(x) |
Returns the nearest integer that is not smaller than a specified number |
| floor(x) |
Returns the nearest integer that is not larger than a specified number |
| int(x) |
Returns the integer part of a specified number |
| maxFloat() |
Returns the largest possible floating-point number |
| minFloat() |
Returns the smallest possible floating-point number |
| pow(x,y) |
Returns the value of x raised to the power of y |
| round(x) |
Rounds a number to the nearest integer |
| sqrt(x) |
Returns the square root of a number |
 |
W3Schools' Online Certification Program
The perfect solution for professionals who need to balance work, family, and career building.
More than 4000 certificates already issued!
|
The HTML Certificate documents your knowledge of HTML, XHTML, and CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
|