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.