]> gitweb.factorcode.org Git - factor.git/history - core/math
webapps.wiki: only top/bottom margin to zero
[factor.git] / core / math /
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
2011-10-25 Doug ColemanUpdate Windows for word renames, fix lint errors
2011-10-21 John BenediktssonRemove stack effects from HELP: declarations.
2011-10-16 John BenediktssonCleanup some lint warnings.
2011-10-14 John Benediktssonmath.parser: cleanup uses of 16/8/2 >base/base>.
2011-10-12 John BenediktssonMerge pull request #250 from mrjbq7/binary
2011-10-12 John Benediktssonio.binary: make le> and be> faster (20% and 75%, respec...
2011-09-26 Doug ColemanRemove extraneous using from math/
2011-09-24 John Benediktssonmath.order: Removing stack effect (not quite right).
2011-09-24 John BenediktssonAdding stack effects.
2011-09-03 John BenediktssonMerge remote-tracking branch 'upstream/master'
2011-09-03 John Benediktssonmath: fix docs for 'when-zero'.
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-01-16 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2011-01-08 Keita Hagamath: fix typo in docs
2011-01-06 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-12-19 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
2010-12-19 Slava PestovMerge branch 'doc-fixes' of git://github.com/keitahaga...
2010-12-19 Slava Pestovmath.integers: fix underflow and overflow behavior
2010-12-01 Slava PestovMerge branch 'doc-fixes' of git://github.com/keitahaga...
2010-11-26 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2010-11-26 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-11-25 Slava PestovRemove bignum>float VM primitive, and use bignum/f...
2010-11-15 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2010-11-14 Slava Pestovmath.integers: bignum/f rounding was wrong (reported...
2010-11-13 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2010-11-13 Slava Pestovmath.integers: fix 0 0 bignum/f (reported by Joe Groff)
2010-09-26 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-08-14 Joe GroffMerge remote branch 'Blei/master'
2010-08-14 Slava Pestovcompiler: now that FFI has been deconcatenatized, we...
next