archives

« Bugzilla Issues Index

#1806 — Math.imul typo


Step 5 says "modulo modulo" but should just say "modulo".

Dave


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


fixed in rev19 editor's draft


fixed in rev19