Use DO instead of DOTIMES in SEQUENCE-ERROR and ARRAY-ERROR.
commit8e3ea3e40aa33f5e7b7cd7dd948a7db9792aa3b6
authorThomas M. Hermann <tmh.public@gmail.com>
Sat, 4 Apr 2009 04:54:49 +0000 (3 23:54 -0500)
committerThomas M. Hermann <tmh.public@gmail.com>
Sat, 4 Apr 2009 04:54:49 +0000 (3 23:54 -0500)
treed529a85cda07b1fcb7e65d40c0b75303c5e15d6e
parent20342d4b5dbfec868fb12a6c0c8da7cfeef837b0
Use DO instead of DOTIMES in SEQUENCE-ERROR and ARRAY-ERROR.

This commit contains the following trivial changes.
- Renamed ROUNDOFF-ERROR to RELATIVE-ERROR.
- Corrected NORMALIZE-FLOAT to return a significand in [0.1,1). Was
  returning a significand in (1,10].
- Added better references for the functions.
- Added an export comment to better categorize exported symbols.
defpackage.lisp
floating-point.lisp