You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/11/06 16:44:28 UTC

DO NOT REPLY [Bug 14300] New: - Incorrect conversion of small or large numbers with number()

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14300>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14300

Incorrect conversion of small or large numbers with number()

           Summary: Incorrect conversion of small or large numbers with
                    number()
           Product: XalanJ2
           Version: CurrentCVS
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: org.apache.xpath
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: grchiu@ca.ibm.com


Xalan incorrectly handles very small or very large numbers due to 
overflow/underflow in XStringForFSB.toDouble(). A proposed test case math111 is 
attached to bug 14241.