fl-least Takashi Kato (17 Aug 2017 12:31 UTC)
Re: fl-least William D Clinger (18 Aug 2017 13:47 UTC)
Proposed errata for SRFI 144 William D Clinger (18 Aug 2017 14:27 UTC)
Re: Proposed errata for SRFI 144 John Cowan (18 Aug 2017 15:09 UTC)
Re: fl-least John Cowan (18 Aug 2017 15:06 UTC)

Proposed errata for SRFI 144 William D Clinger 18 Aug 2017 14:27 UTC

I propose the following post-finalization errata for SRFI 144:

    The second sentence of the "Specification" section should be deleted
    because it is contradicted by R7RS sections 6.1 and 6.2.6.  (Although
    +0.0 and -0.0 are the same in the sense of =, they might not be the
    same in the sense of eqv? because they can yield different results
    when passed as the first argument to atan.)

    The parenthetical remark in the specifications of fl-greatest and
    fl-least should be changed from "(C99 DBL_MAX and its negation)" to
    "(e.g. C99 DBL_MAX and C11 DBL_TRUE_MIN)".

The "e.g." in that second erratum allows precisions other than double.

Will