(inexact->exact): New tests.
[bpt/guile.git] / test-suite / tests / numbers.test
2003-10-09 Kevin Ryde(inexact->exact): New tests.
2003-09-17 Dirk Herrmann * libguile/numbers.c (scm_bigequal): Fixed.
2003-08-30 Kevin Ryde(lognot): Add tests.
2003-08-22 Kevin Ryde(-): Exercise bignum - inum.
2003-08-10 Dirk Herrmann * tests/numbers.test: Eliminated misuses of expect...
2003-07-24 Kevin Ryde(angle): New tests.
2003-07-18 Kevin Ryde(*): Add complex/bignum test.
2003-07-08 Kevin Ryde(make-polar, magnitude): New tests.
2003-06-21 Kevin Ryde(truncate, round, asinh, acosh, atanh): Add some tests.
2003-06-04 Kevin Ryde(logcount): Add a few more tests, to exercise
2003-05-30 Kevin Ryde(max, min): Add tests involving NaNs.
2003-05-12 Kevin Ryde(=, <, max, min): Add tests of bignum/inf combinations.
2003-05-10 Kevin Ryde(gcd): Exercise bignum/inum with a bignum not
2003-05-10 Kevin Ryde(integer-length): Exercise some negatives, in
2003-05-10 Kevin Ryde(=, <): Add tests involving NaNs.
2003-05-05 Kevin Ryde(logcount): New tests, exercising some negatives.
2003-05-05 Kevin Ryde(-): Add test for negative inum subtract bignum.
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-25 Rob Browning* tests/numbers.test: added tests (some simple) for...
2002-10-05 Rob Browning* tests/numbers.test ("expt"): add tests.
2002-05-07 Marius Vollmer(/): Expect divison by an inexact zero to yield +inf.0.
2002-03-11 Marius VollmerNew tests for complex division.
2001-11-22 Dirk Herrmann* tests/numbers.test: Added more division by zero tests.
2001-11-21 Dirk Herrmann* tests/numbers.test: Added division by zero tests.
2001-10-13 Dirk Herrmann* tests/numbers.test: Added a test case that checks...
2001-09-21 Rob Browning* tests/numbers.test (fixnum-bit): compute dynamically.
2001-08-31 Dirk Herrmann* Improved the readability of some patterns.
2001-08-11 Dirk Herrmann* Added some syntax tests for numbers.
2001-07-19 Martin Grabmüller * tests/alist.test, tests/bit-operations.test,
2001-03-01 Dirk Herrmann* Moved the number related tests from exceptions.test...
2001-02-28 Dirk Herrmann* Make sure that tests return a boolean value.
2001-01-18 Dirk Herrmann* Converted to real boundary testing.
2000-06-13 Mikael Djurfeldt* tests/numbers.test, tests/list.test: Updated for new
2000-05-08 Dirk HerrmannAdded tests/list.test and tests/numbers.test. (numbers...