http://d.puremagic.com/issues/show_bug.cgi?id=3166

           Summary: "positive" -> "non-negative" in modulo operator
                    description
           Product: D
           Version: unspecified
          Platform: All
               URL: http://www.digitalmars.com/d/2.0/expression.html#MulEx
                    pression
        OS/Version: All
            Status: NEW
          Keywords: spec
          Severity: normal
          Priority: P2
         Component: www.digitalmars.com
        AssignedTo: nob...@puremagic.com
        ReportedBy: m.helvenste...@gmail.com


"For integral operands of the % operator, the sign of the result is
positive if the operands are positive, otherwise the sign of the result is
implementation defined."

should read

"For integral operands of the % operator, the result is non-negative if the
operands are non-negative. Otherwise, the sign of the result is implementation
defined."

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to