Proposed document change Bradley Lucier (28 Nov 2022 16:38 UTC)
Fwd: Proposed document change Arthur A. Gleckler (28 Nov 2022 20:00 UTC)
Re: Fwd: Proposed document change Taylor R Campbell (29 Nov 2022 04:27 UTC)
Re: Fwd: Proposed document change Bradley Lucier (29 Nov 2022 16:45 UTC)
Re: Fwd: Proposed document change Taylor R Campbell (29 Nov 2022 18:05 UTC)
Re: Fwd: Proposed document change Bradley Lucier (29 Nov 2022 18:26 UTC)
Re: Fwd: Proposed document change Bradley Lucier (29 Nov 2022 18:39 UTC)
Re: Fwd: Proposed document change Taylor R Campbell (29 Nov 2022 18:39 UTC)
Re: Fwd: Proposed document change Arthur A. Gleckler (29 Nov 2022 22:45 UTC)
Re: Fwd: Proposed document change Bradley Lucier (01 Dec 2022 14:49 UTC)
Re: Fwd: Proposed document change Bradley Lucier (01 Dec 2022 21:30 UTC)
Re: Fwd: Proposed document change Arthur A. Gleckler (01 Dec 2022 21:33 UTC)
Re: Fwd: Proposed document change John Cowan (05 Dec 2022 05:50 UTC)
Re: Fwd: Proposed document change Arthur A. Gleckler (05 Dec 2022 22:52 UTC)
Re: Fwd: Proposed document change Bradley Lucier (06 Dec 2022 18:52 UTC)
Re: Fwd: Proposed document change John Cowan (07 Dec 2022 02:11 UTC)
Re: Fwd: Proposed document change Bradley Lucier (07 Dec 2022 16:04 UTC)
Re: Fwd: Proposed document change Arthur A. Gleckler (07 Dec 2022 17:14 UTC)
Re: Fwd: Proposed document change Taylor R Campbell (01 Dec 2022 22:09 UTC)
Re: Fwd: Proposed document change Bradley Lucier (03 Dec 2022 17:26 UTC)
Re: Fwd: Proposed document change Taylor R Campbell (04 Dec 2022 17:27 UTC)

Re: Fwd: Proposed document change Bradley Lucier 06 Dec 2022 18:25 UTC

On 12/5/22 12:50 AM, John Cowan wrote:
>
> Someone should cross-check division.txt against the SRFI text.  to make
> sure there are no other such accidental discrepancies.  Special scrutiny
> should be given to the "balanced" procedures, which are not present in
> division.txt, but correspond to the R6RS div0, mod0, and div-and-mod0
> procedures.

I'm not a great proofreader, but I compared the SRFI document to
Taylor's original.

Typos:

1.  First paragraph of specification, change

"Each division operator pair is specified by defining the quotient q in
terms of the numerator a and the denominator n."

to

"Each division operator pair is specified by defining the quotient q in
terms of the numerator n and the denominator d."

2.  In discussion of ceiling/, etc., change <numerator> to italic
"numerator".

3.  In discussion of truncate/, etc., the sentence

  However, by any non-unit denominator, the quotient of +1, 0, or -1 is
0; that is, three contiguous numerators by a common denominator share a
common quotient.

is clumsy at best, confusing at worst.  Perhaps

With the truncate operator pair, the quotient of +1, 0, or -1 by any
non-unit denominator is 0; that is, three contiguous numerators divided
by a common denominator share a common quotient.

That's all I got.

Brad