
14 Mar
2011
14 Mar
'11
11:08 p.m.
On Sun, Mar 13, 2011 at 07:45, Thomas Klimpel <Thomas.Klimpel@synopsys.com> wrote:
OK, that's at least a step forward from "implementation-defined", but the modulo operator ("%") is still awkward to use in practice (for negative numbers).
Yes, it's unfortunate that it's generally known as modulo, when it's really the remainder operator, not modulo at all. ~ Scott