factor/core/math
Slava Pestov e4f8448eb1 Fix some problems with arithmetic type inference, exposed by recent changes to log2 word
- declared input type for bignum-shift was stricter than the runtime behavior, leading to bad propagation of type info if shift count was a bignum
- types inferred for type functions which used number-valued/integer-valued/real-valued were not always precise, eg bignum bignum bitxor => integer
- add interval-log2, type function for (log2)
- remove math-class-min, it was useless
2008-12-07 19:44:49 -06:00
..
floats Fix documentation example for floats 2008-12-04 00:36:11 -05:00
integers Fix some problems with arithmetic type inference, exposed by recent changes to log2 word 2008-12-07 19:44:49 -06:00
order New $quotation markup element 2008-11-16 09:03:30 -06:00
parser core: swap 3append -> glue 2008-12-03 19:12:48 -06:00
authors.txt Initial import 2007-09-20 18:09:08 -04:00
math-docs.factor Remove obsolete info; 1+ and 1- are identical to 1 + and 1 - in reality 2008-12-05 02:11:50 -06:00
math-tests.factor Fixing unit tests for make, fry changes 2008-09-11 00:20:06 -05:00
math.factor Fix some problems with arithmetic type inference, exposed by recent changes to log2 word 2008-12-07 19:44:49 -06:00
summary.txt Initial import 2007-09-20 18:09:08 -04:00