On Tue, Aug 13, 2019 at 4:12 PM John Cowan <xxxxxx@ccil.org> wrote:SRFI 144 has a typo in the definition of fllog1+.
Returns (log<sub><i>e</i></sub> (<em>x</em>+ 1),
should be
Returns log<sub><i>e</i></sub> (<em>x</em>+ 1),That is, omit the first (. Thanks.Fixed. Thanks.