| Aubrey Jaffer 2004-11-14, 8:56 pm |
| r4rstest.scm, a R4RS conformance test for Scheme implementations, has
been updated lately with tests for inexact contagion and EXPT.
<http://savannah.gnu.org/cgi-bin/vie....viewcvs-markup>
<http://swiss.csail.mit.edu/ftpdir/scm/r4rstest.scm>
revision 1.35
date: 2004/11/14 20:03:37; author: jaffer; state: Exp; lines: +1 -1
(test-numeric-predicates): Raised exponent so intransitive
implementations with 128-bit-floats are caught.
----------------------------
revision 1.34
date: 2004/10/13 05:00:17; author: jaffer; state: Exp; lines: +6 -0
(SECTION 6 5 5): Test EXPT inexactness contagion.
----------------------------
revision 1.33
date: 2004/10/13 04:33:28; author: jaffer; state: Exp; lines: +2 -2
(SECTION 6 5 5): Removed tests for (EXPT 0 -255), so Common-Lisp
compatible EXPT won't bomb.
----------------------------
revision 1.31
date: 2004/10/11 05:01:44; author: jaffer; state: Exp; lines: +4 -1
Added 0^-255 tests.
----------------------------
revision 1.29
date: 2004/10/11 03:54:58; author: jaffer; state: Exp; lines: +20 -2
(SECTION 6 5 5): Added exact tests for EXPT.
Inexact EXPT corner cases should return inexacts.
|