archives

« Bugzilla Issues Index

#979 — 9.1.{5.6.7}: "posInt"


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 4 says:
Let posInt be sign(number) * floor(abs(number)).

The metavariable name 'posInt' suggests that the number bound to it is always positive, but it could be negative.

Change the name to just "int"?


corrected in rev 12 editor's draft


corrected in rev 12, Nov. 22, 2012 draft


You missed one: 9.1.7 / step 5.


corrected in rev 14 editor's draft


in Rev 14 draft