summaryrefslogtreecommitdiff
path: root/module/rnrs/arithmetic
Commit message (Expand)AuthorAgeFilesLines
* Fix fixnum-range changes in R6RS fixnum bitopsAndy Wingo2016-06-211-3/+25
* Fix numerator and denominator handling of signed zeroes and infinities.Mark H Weaver2013-08-091-13/+2
* Optimize R6RS bitwise operators.Mark H Weaver2013-07-211-59/+22
* Fix R6RS 'fixnum-width'.Mark H Weaver2013-07-161-2/+5
* Update copyright dates of recently-changed R6RS bitwise/flonums files.Mark H Weaver2013-07-162-2/+2
* Fix 'fxbit-count' for negative arguments.Mark H Weaver2013-07-161-2/+7
* Flonum operations always return flonums.Mark H Weaver2013-07-161-13/+26
* flfinite? applied to a NaN returns false.Mark H Weaver2013-07-161-1/+1
* flonum? returns false for complex number objects.Mark H Weaver2013-07-161-1/+1
* Allow fl+ and fl* to accept zero arguments.Mark H Weaver2013-07-161-8/+6
* Fix 'bitwise-bit-count' for negative arguments.Mark H Weaver2013-07-141-1/+5
* (rnrs arithmetic fixnums) fixnum? export a procedure againAndy Wingo2011-04-131-7/+12
* Implement R6RS' `fixnum?' in a smarter wayAndreas Rottmann2011-04-081-7/+6
* Several optimizations for R6RS fixnum arithmeticAndreas Rottmann2011-04-041-45/+41
* Add two new sets of fast quotient and remainder operatorsMark H Weaver2011-01-302-37/+17
* Several fixes to R6RS librariesAndreas Rottmann2010-08-281-1/+1
* remove encoding of versions into the file system (for now?)Andy Wingo2010-06-163-0/+0
* Test suite and fixes for R6RS (rnrs arithmetic fixnums).Julian Graham2010-05-201-44/+57
* Implementation and test cases for the R6RS (rnrs arithmetic flonums)Julian Graham2010-05-202-0/+471
* Fix missing imports for `(rnrs arithmetic bitwise)'.Julian Graham2010-05-201-1/+3
* Implementation and test cases for the R6RS (rnrs arithmetic bitwise)Julian Graham2010-05-201-0/+123