]> gitweb.factorcode.org Git - factor.git/history - core/math
Fixes #2966
[factor.git] / core / math /
2015-07-30 Jon Harpermath.parser: don't lose precision in make-float-bin...
2015-07-30 John Benediktssonmath.ratios: moving to core.
2015-07-26 Jon Harpermath.integers, comment and simplify bignum/f
2015-07-26 Jon Harpermath.integers, bignum/f, improve performance.
2015-07-26 Jon Harpermath.integers, fix bignum/f for results in ]0x1.0p...
2015-07-20 John Benediktssonmath.parser: remove digits>integer.
2015-07-20 John Benediktssonmath.parser: simplify fix-float.
2015-07-19 John Benediktssonmath.parser: simplify { integer ratio } >base.
2015-07-19 John Benediktssonmath: moving >fraction to math.
2015-07-19 John Benediktssonmath.parser: re-use number-parse and float-parse objects.
2015-07-17 Doug Colemanmath.parser.tests: Fix whitespace.
2015-07-16 John Benediktssonmath.parser: simplify using member-eq?.
2015-07-16 John Benediktssonmath.parser: with-radix-char quot shouldn't get called...
2015-07-16 John Benediktssonmath.parser: remove unnecessary with-no-radix, thanks...
2015-07-15 John Benediktssonmath.parser: okay time for sleep, maybe this works...
2015-07-15 John Benediktssonmath.parser: fix a regression.
2015-07-15 John Benediktssonmath.parser: fix ``"-.5" dec>``.
2015-07-15 John Benediktssonmath.parser: fix "most-negative-fixnum number>string...
2015-07-03 Doug Colemanfactor: Retrying on the unit tests. Also normalize...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
2015-07-02 Doug Colemanfactor: clean up whitespace in -docs files
2015-06-30 Doug Colemancore, basis: Don't use the IN: foo.private feature...
2015-06-29 Björn LindqvistVM: fix bignum>fixnum-strict conversion, previously... 1376/head
2015-06-26 Doug Colemanprimitives: Change PRIMITIVE: to check that the word... 1371/head
2015-06-18 John Benediktssonmath.integers: add some more tests for bit?.
2015-06-18 John Benediktssoncpu: enable bit-test intrinsic for fixnum-bit?.
2015-06-18 John Benediktssonmath.integers: simplify fixnum-bit?.
2015-06-17 John Benediktssonmath.integers: fixnum-bit? should not use fixnum-shift...
2015-06-12 John Benediktssonmath.parser: slightly faster ((pow)).
2015-06-07 John Benediktssonmath.integers: speedup to fixnum-bit?.
2015-05-13 John Benediktssonminor cleanup to some docs.
2014-11-29 John Benediktssonmath.parser: simplify store-exponent.
2014-11-29 John Benediktssonmath.parser: whoops, this part shouldn't have been...
2014-11-29 John Benediktssonmath.parser: remove float>string, speedup format-float.
2014-10-31 Doug Colemancore: Remove trailing whitespace.
2014-06-07 John Benediktssonmath.parser: fix docs for >base and base>.
2014-06-07 John Benediktssonmath: remove out-of-fixnum-range error.
2014-06-07 John Benediktssonvm: using bignum>fixnum-strict in integer>fixnum-strict.
2014-06-06 John Benediktssonmath: adding a simple test for bignum_square.
2014-05-24 John Benediktssonimprove help by linking to types directly.
2014-05-19 John Benediktssondocs: change ``{ $quotation "( x -- y )" }`` to ``...
2014-02-07 John Benediktssonmath: fix docs for next-power-of-2 and some tests.
2014-01-07 John Benediktssonmath: fix quot stack effect in unless-zero.
2013-11-25 John Benediktssonmath.floats: shorten definitions using "bit?".
2013-03-29 John Benediktssonmath.floats: fix M\ float /mod.
2013-03-29 John Benediktssonmath.floats: adding some tests for M\ float mod.
2013-03-28 John Benediktssonmath.parser: don't use variables in M\ ratio >base.
2013-03-28 John Benediktssonmath.parser: exactly allocate sbuf for fixnums.
2013-03-28 John Benediktssonmath.parser: do two digits down until 10.
2013-03-28 John Benediktssonmath.parser: faster using byte-arrays.
2013-03-27 John Benediktssonmath.parser: faster number>string.
2013-03-21 Doug Colemanmath.floats: Fix the output of /mod and add some unit...
2013-03-20 John Benediktssonmath: implement /mod on floats.
2013-03-10 Doug Colemanclasses.builtin: Add the BUILTIN: keyword which lets...
2013-03-05 John Benediktssoncore: cleanup USING lists.
2013-03-05 John Benediktssonmath: speed up (find-integer) and (all-integers?) by...
2013-02-28 John Benediktssonmath.integers: the fixnum-log2 intrinsic didn't work...
2013-02-28 John Benediktssonmath.integers: faster fixnum-log2.
2012-10-22 Doug Colemankernel: Add 4dup, 4drop, and 4cleave.
2012-09-21 John Benediktssonmath.integers: fix docs for fixnum comparisons.
2012-09-16 John BenediktssonRevert "math: speed up integer>fixnum operations."
2012-09-15 John Benediktssonmath: speed up integer>fixnum operations.
2012-09-15 John Benediktssonmath.integers: fix docs for >integer.
2012-09-14 John Benediktssonmath.order: improve docs for invert-comparison.
2012-09-14 John Benediktssonmath.order: cleanup stack effects.
2012-09-14 John Benediktssonmath.order: make it more obvious this is a real<=>.
2012-09-14 John Benediktssonmath.order: speed up math comparisons using a math...
2012-09-11 John Benediktssonmath: cleaner "2/" speedup by using custom inlining.
2012-09-11 John Benediktssonmath: faster definition of 2/ (allows inlining of fixnu...
2012-09-11 John Benediktssonmath.integers: inline fixnum-log2.
2012-09-02 John Benediktssonmath: faster recip for integers and ratios.
2012-08-31 John Benediktssonmath: adding some tests for bignum bitnot.
2012-08-31 John Benediktssonmath.integers: faster fixnum-bit?.
2012-08-03 Doug Colemancore: Throw an error when assigning a bignum to a fixnu...
2012-07-23 Doug Colemanmath.integers: Bignum hashcode* -- call bignum>fixnum...
2012-07-23 Doug Colemancompiler: Fix bitand on ratios, floats. Fix shift on...
2012-07-21 John BenediktssonUsing "same?" in more places.
2012-06-18 John Benediktssonmath: using if-zero in more places.
2012-06-08 John Benediktssonmath.parser: simplify error types.
2012-06-06 John Benediktssonmath.parser: add some tests for errors.
2012-06-06 John Benediktssonmath.parser: better error messages suggested by @erg.
2012-06-06 John Benediktssonmath.parser: only allow 10 and 16 base for float>base.
2011-12-17 Joe Groffmath.parser: hex> etc. shouldn't take radix prefix
2011-12-01 Doug Colemancore/basis: trim down using lists
2011-11-27 Joe Groffmath.integers: make bignum/f round to even on tie
2011-11-27 Joe Groffmath.integers: pass tests even if number-base set
2011-11-27 Joe Groffmath.integers: test round-to-even-on-tie behavior
2011-11-26 Joe Groffmath: neg? needs to be defined for all reals
2011-11-26 Joe Groffmath.parser: don't accept hex float without expt
2011-11-24 Joe Groffoops, radix prefixes shouldn't chain
2011-11-24 Joe Groffmath.parser: test harder
2011-11-24 Joe Groffmath.parser: reject "0x" etc. without any digits
2011-11-24 Joe Groffsyntax: remove BIN: HEX: OCT:
2011-11-24 Joe Groffmath.parser: oops
2011-11-24 Joe Groffmath: add neg? word
2011-11-24 Joe Groffuse radix literals
2011-11-24 Joe Groffmath.parser: natively support 0b 0o 0x syntax
2011-11-11 Joe Groffmath.parser: undo some inlining to shrink size
next