[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Nitpick with FLOOR etc.

This page is part of the web mail archives of SRFI 70 from before July 7th, 2015. The new archives for SRFI 70 contain all messages, not just those from before July 7th, 2015.



 | From: Michael Sperber <sperber@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
 | Date: Thu, 07 Jul 2005 10:44:08 +0200
 | 
 | The definition of FLOOR, like R5RS, starts out with:
 | 
 | "These procedures return integers."
 | 
 | Then it goes on to say:
 | 
 | (floor 1/0) => 1/0
 | 
 | which is not an integer by the current draft.

Good catch!  I have removed those two examples.