Title
Size of state for subtract_with_carry_01
Status
nad editorial
Section
[rand.eng][tr.rand.eng.sub1]
Submitter
Walter Brown

Created on 2005-07-03.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

[ Berlin: N1932 adopts the proposed NAD. ]

Date: 2010-10-21.18:28:33

[ Jens: I plead for "NAD" on the grounds that "size of state" is only used as an argument for big-O complexity notation, thus constant factors and additions don't count. ]

Date: 2005-07-03.00:00:00

Paragraph 3 begins:

The size of the state is r.

However, this is not quite consistent with the remainder of the paragraph which specifies a total of nr+1 items in the textual representation of the state. We recommend the sentence be corrected to match:

The size of the state is nr+1.

To give meaning to the coefficient n, it may be also desirable to move n's definition from later in the paragraph. Either of the following seem reasonable formulations:

With n=..., the size of the state is nr+1.

The size of the state is nr+1, where n=... .

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg2904
2010-10-21 18:28:33adminsetmessages: + msg2903
2005-07-03 00:00:00admincreate