summaryrefslogtreecommitdiff
path: root/test-suite/tests/fractions.test
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect rationalize tests.Mark H Weaver2013-07-211-2/+2
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-11/+12
* merge from 1.8 branchKevin Ryde2006-04-161-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (ash): Remove tests of ash on fractions, notKevin Ryde2005-02-101-4/+1
* Don't expect (expt 1/2 2.0) to yield an exact result, use (expt 1/2 2)Marius Vollmer2004-09-081-1/+1
* (fractions): Correction, equal? 3/4 .75 should be #f, according to R5RS.Kevin Ryde2004-08-171-1/+1
* Added copyright notice of Michael Stoll, who probably wrote theMarius Vollmer2004-02-181-1/+1
* Remove 1/3 == 1.0/3.0, not true.Kevin Ryde2004-02-181-1/+0
* Added GPL terms.Marius Vollmer2004-02-171-0/+17
* (real-part): Expect fraction return, not converted to flonum.Kevin Ryde2003-12-021-1/+1
* Exercise most-negative-fixnum over -ve of most-negative-fixnum.Kevin Ryde2003-12-021-0/+4
* Changed to reflect the fact that rationalize only returns an exactMarius Vollmer2003-11-191-24/+20
* * tests/numbers.test ("string->number"): Expect exact rationalsMarius Vollmer2003-11-181-0/+390