summaryrefslogtreecommitdiff
path: root/module/rnrs/arithmetic
AgeCommit message (Expand)AuthorFilesLines
2016-06-21Fix fixnum-range changes in R6RS fixnum bitopsAndy Wingo1-3/+25
2013-08-09Fix numerator and denominator handling of signed zeroes and infinities.Mark H Weaver1-13/+2
2013-07-21Optimize R6RS bitwise operators.Mark H Weaver1-59/+22
2013-07-16Fix R6RS 'fixnum-width'.Mark H Weaver1-2/+5
2013-07-16Update copyright dates of recently-changed R6RS bitwise/flonums files.Mark H Weaver2-2/+2
2013-07-16Fix 'fxbit-count' for negative arguments.Mark H Weaver1-2/+7
2013-07-16Flonum operations always return flonums.Mark H Weaver1-13/+26
2013-07-16flfinite? applied to a NaN returns false.Mark H Weaver1-1/+1
2013-07-16flonum? returns false for complex number objects.Mark H Weaver1-1/+1
2013-07-16Allow fl+ and fl* to accept zero arguments.Mark H Weaver1-8/+6
2013-07-14Fix 'bitwise-bit-count' for negative arguments.Mark H Weaver1-1/+5
2011-04-13(rnrs arithmetic fixnums) fixnum? export a procedure againAndy Wingo1-7/+12
2011-04-08Implement R6RS' `fixnum?' in a smarter wayAndreas Rottmann1-7/+6
2011-04-04Several optimizations for R6RS fixnum arithmeticAndreas Rottmann1-45/+41
2011-01-30Add two new sets of fast quotient and remainder operatorsMark H Weaver2-37/+17
2010-08-28Several fixes to R6RS librariesAndreas Rottmann1-1/+1
2010-06-16remove encoding of versions into the file system (for now?)Andy Wingo3-0/+0
2010-05-20Test suite and fixes for R6RS (rnrs arithmetic fixnums).Julian Graham1-44/+57
2010-05-20Implementation and test cases for the R6RS (rnrs arithmetic flonums)Julian Graham2-0/+471
2010-05-20Fix missing imports for `(rnrs arithmetic bitwise)'.Julian Graham1-1/+3
2010-05-20Implementation and test cases for the R6RS (rnrs arithmetic bitwise)Julian Graham1-0/+123