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 |
Want To Be A Web Master?
If you want to be a Web Master, you will have to host your web site with an ISP (Internet Service Provider).
MaximumASP offers seven different configurations of dedicated servers to meet your Windows and .NET hosting needs.
Hosted on our multi-tiered Enterprise Class network, these servers provide the performance, security and reliability
you need to host your high end web sites and applications.
Visit MaximumASP
|