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 |

Whether you're new to XML or already an advanced user,
the user-friendly views and powerful entry helpers,
wizards, and debuggers in XMLSpy are designed to meet your XML
and Web development needs from start to finish.
New features in Version 2010!
- XML editor
- Graphical XML Schema / DTD editors
- XSLT 1.0/2.0 editor, debugger, profiler
- XQuery editor, debugger, profiler
- XBRL validator, taxonomy editor, taxonomy wizard
- Support for Office Open XML (OOXML)
- Graphical WSDL 1.1/2.0 editor & SOAP debugger
- JSON editing & conversion
- Java, C#, C++ code generation
- And much more!
Download a free trial today!
|
|
|
|