Abdulaziz Ghuloum
|
ef1a828f1f
|
* Fixed a bug in that caused exact->inexact to return nans when
given big ratnums. E.g.
(exact->inexact (/ (expt 2 3000) (- (expt 2 3000) 1)))
now returns 1.0 instead of +nan.0
|
2007-09-12 19:08:45 -04:00 |
Abdulaziz Ghuloum
|
ed45b486a3
|
* Added div, mod, div-and-mod, div0, mod0, div0-and-mod0.
|
2007-09-12 02:37:03 -04:00 |
Abdulaziz Ghuloum
|
0bbbcf9604
|
* Added missing string<?, string<=?, string>?, and string>=?
* Added string-ci=?, string-ci<?, string-ci<=?, string-ci>?, and
string-ci>=?
|
2007-09-03 00:17:15 -04:00 |
Abdulaziz Ghuloum
|
f05f8965d6
|
* string-to-number now understands:
- #e #E #i #I prefixes
- decimal notation
- exponents
|
2007-06-12 03:57:35 +03:00 |
Abdulaziz Ghuloum
|
90feb453f5
|
* Added tests for bignum->flonum.
|
2007-06-10 20:32:48 +03:00 |
Abdulaziz Ghuloum
|
890dd348b2
|
* fasl files now may contain ascii strings as a special type in
order to reduce the size of the fasl file. Gains: reduces the
size of the current boot file from 2.9M down to 2.5M.
|
2007-05-21 23:09:45 -04:00 |
Abdulaziz Ghuloum
|
aa98df6c4c
|
moving to a new numeric reading algorithm.
added:
src/tests/reader.ss
|
2007-05-20 13:11:33 -04:00 |
Abdulaziz Ghuloum
|
9d3e23fb6d
|
* added an (ikarus system $bytevectors) library
|
2007-05-15 12:29:47 -04:00 |