| 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.