Please visit our sponsors !
WMLScript Float Library
The Float Library contains a set of mathematic functions, mostly about rounding of numbers.
Float Library Functions
The Float library contains a set of mathematic functions that is normally a part of the JavaScript's
Math object. The Float library works only on those clients who supports floating-point
numbers. If floating-point numbers are not supported, all functions should return
invalid.
Function |
Description |
ceil() |
Returns the nearest integer that is not smaller than a
specified number |
floor() |
Returns the nearest integer that is not larger than a specified number
|
int() |
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() |
Raises a number to the power of a second number and returns the result |
round() |
Returns the nearest integer to a specified number |
sqrt() |
Returns the square root of a specified number |
Jump to: Top of Page
or HOME or
Printer friendly page
Search W3Schools:
What Others Say About Us
Does the world know about us? Check out these places:
Dogpile
Alta Vista
MSN
Google
Excite
Lycos
Yahoo
Ask Jeeves
We Help You For Free. You Can Help Us!
W3Schools is for training only. We do not warrant its correctness or its fitness for use.
The risk of using it remains entirely with the user. While using this site, you agree to have read and accepted our
terms of use and
privacy policy.
Copyright 1999-2002 by Refsnes Data. All Rights Reserved
|