« Bugzilla Issues Index
#1806 — Math.imul typo
- bug_id:
1806
- creation_ts:
2013-08-23 15:18:00 -0700
- short_desc:
Math.imul typo
- delta_ts:
2013-09-27 14:47:50 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 17: August 23, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Dave Herman
- assigned_to:
Allen Wirfs-Brock
- commentid:
5206
- comment_count:
0
- who:
Dave Herman
- bug_when:
2013-08-23 15:18:45 -0700
Step 5 says "modulo modulo" but should just say "modulo".
Dave
- commentid:
5210
- comment_count:
1
- who:
Dave Herman
- bug_when:
2013-08-23 15:37:27 -0700
Actually, there's another issue, a spurious mention of `x` that shouldn't be there. It says:
Let product be (a × b) x modulo modulo 2^32.
but it should say:
Let product be (a × b) modulo 2^32.
Dave
- commentid:
5379
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-09-10 15:04:39 -0700
fixed in rev19 editor's draft
- commentid:
5580
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2013-09-27 14:47:50 -0700
fixed in rev19