« Bugzilla Issues Index
#981 — 9.1.{5.6.7}: reiterating modulo
- bug_id:
981
- creation_ts:
2012-11-21 12:50:00 -0800
- short_desc:
9.1.{5.6.7}: reiterating modulo
- delta_ts:
2013-03-08 14:44:24 -0800
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 11: October 26, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Michael Dyck
- assigned_to:
Allen Wirfs-Brock
- commentid:
2485
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2012-11-21 12:50:23 -0800
In each of:
9.1.5 ToInt32: (Signed 32 Bit Integer)
9.1.6 ToUint32: (Unsigned 32 Bit Integer)
9.1.7 ToUint16: (Unsigned 16 Bit Integer)
step 5 says something of the form:
Let int32bit be posInt modulo 2^32; that is, a finite integer value k
of Number type with positive sign and less than 2^32 in magnitude such
that the mathematical difference of posInt and k is mathematically an
integer multiple of 2^32.
Delete everything after the semicolon, because it just reiterates the definition of 'modulo' in 5.2.
- commentid:
3264
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-03-02 10:50:11 -0800
corrected in rev 14 editor's draft
- commentid:
3361
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-03-08 14:44:24 -0800
in Rev 14 draft