[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
truncate
Date: 22 Nov 86 11:23:34 EST (Sat)
From: James F Philbin <philbin-jim at YALE.ARPA>
To: Rees at YALE.ARPA
Re: truncate
The definition of TRUNCATE in R3RS, p 20., seems ambiguous.
TRUNCATE returns the integer of maximal absolute
value not larger than the absolute value of x.
In the case of -1.1, for example, both 1 and -1 are of maximal
absolute value not larger than the absolute value of -1.1.
I suggest adding the phrase,
... with the same sign as x.
Right.