This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: large and small numbers in xsl


> Can XSL handle large and small numbers
Yes
> specified in 1e-157 or 1.1e+12 notation.
No

> Results of numerical comparisons (greater than, less than) seem
> pretty random using this format.
1.1e+12 is not a number in XSLT so if you do a numeric comparison it is
treated as NaN; all less than and greater than comparisons with NaN yield
false.  
> 
> The xpath recomendation states that all numbers are treated as
> double-precision 64-bit format IEEE 754 value and points to a 
> description of this that I can't totally get to grips with.

I found the description in the Java Language Spec reasonably penetrable,
though as with SQL three-valued logic, some operations have results that
defy one's previous expectations.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]