[Bug 1419] New: [FO] round() for -0.5e0 to -0e0

http://www.w3.org/Bugs/Public/show_bug.cgi?id=1419

           Summary: [FO] round() for -0.5e0 to -0e0
           Product: XPath / XQuery / XSLT
           Version: Last Call drafts
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Functions and Operators
        AssignedTo: ashok.malhotra@oracle.com
        ReportedBy: mrys@microsoft.com
         QAContact: public-qt-comments@w3.org


Since 0 and -0 compare equal anyway and many rounding functions (checked C# 
and SQL) do not special case the range -0.5e0 and -0e0, we should not special 
case rounding and allow results to be 0 instead of -0.

Received on Friday, 13 May 2005 21:17:26 UTC