Xalan-C represents numbers as FLOAT precision instead of DOUBLE
---------------------------------------------------------------

                 Key: XALANC-722
                 URL: https://issues.apache.org/jira/browse/XALANC-722
             Project: XalanC
          Issue Type: Bug
          Components: XalanC
    Affects Versions: CurrentCVS, 1.10
            Reporter: Steven J. Hathaway
            Assignee: Brian Minchau


XalanC represents numbers with type FLOAT precision instead of DOUBLE.  This 
affects the interpretations for INF, NaN and Zero.  The underlying numeric 
storage is type DOUBLE.  Some of these issues may be how the printf() functions 
is used.  There may also be related issues with some format string patterns.

This is a rollup of several older number issues.  Most stylesheets function 
properly.  It is the boundary conditions and exceptional patterns that have 
issues.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscr...@xml.apache.org
For additional commands, e-mail: xalan-dev-h...@xml.apache.org

Reply via email to