]> gitweb.factorcode.org Git - factor.git/history - core/math
lint: fix using
[factor.git] / core / math /
2022-07-31 Doug Colemancore: update docs for new words
2022-07-31 Doug ColemanRevert "core: find-last-integer -> find-last-integer...
2022-07-31 Doug Colemancore: find-last-integer -> find-last-integer-from for...
2022-07-31 Doug Colemansequences: rename some helper words and subseq/member...
2022-03-18 John Benediktssonmath.parser: adding >dec alias to number>string
2022-01-23 John BenediktssonRevert "math: faster math iteration when operating...
2022-01-22 John Benediktssonmath: faster math iteration when operating on fixnums
2022-01-20 Doug Colemancore: trim using lists with tool
2022-01-03 John BenediktssonRevert "Revert "math.parser: faster hex-string conversi...
2022-01-03 John BenediktssonRevert "math.parser: faster hex-string conversions...
2022-01-03 John Benediktssonmath.parser: faster hex-string conversions with less...
2021-12-30 Doug Colemanfactor: Final rename of ranges words and fix up some...
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-27 John Benediktssonmath.ranges: deprecate the aliases.
2021-12-24 John Benediktssonmath.parser: check skip characters in one place.
2021-12-24 John Benediktssonmath.parser: allow _ to separate numbers.
2021-03-02 John Benediktssonmath.parser: fix tests for 0.0 0.0 / platform dependent...
2021-02-25 John Benediktssonmath.parser: some fixes by @jonenst.
2021-02-25 Jon Harpermath.parser: force sign for nans
2021-02-25 Jon Harperfix math.parser's ?neg for nans
2021-02-25 Jon Harpermath.parser, print NaN signs
2021-02-25 Jon Harpermath.parser: allow '1+1/3.' for symmetry with '1/3.'
2020-12-07 John Benediktssonmath: related-words for until-zero.
2020-12-07 John Benediktssonmath: using until-zero in a few places.
2020-12-07 John Benediktssonmath.extras: moving until-zero to math.
2020-11-21 John Benediktssoncore: whoops, all these moves got missed.
2020-09-09 John Benediktssoncore: removing unnecessary method stack effects.
2020-07-19 Alexander Iljinmath-docs: fix `times` documentation
2020-02-26 John Benediktssoncore/basis/extra: update some tags.txt.
2018-07-07 Doug Colemandocs: Fix help-lint-all mistakes.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-15 John Benediktssonfix some tests broken by previous commit.
2018-02-15 John Benediktssonmore test IN: cleanup.
2017-06-28 Björn Lindqvistmath.parser: fill argument must not be an empty byte...
2017-06-15 John Benediktssonmath.parser: allow 0B, 0O, and 0X number prefixes.
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2017-05-04 John Benediktssonmath: fix stack effect for unless-zero and when-zero.
2017-01-23 Jon Harpercore.math, bignum/f, shift subnormals before rounding...
2017-01-20 Alexander Iljinmath.order[-docs]: rename parameters in between? to...
2017-01-02 Alexander Iljinmath.parser: add missing blank line between words
2016-11-12 Björn LindqvistRevert "bootstrap: trying to undo changes from"
2016-11-12 Björn Lindqvistbootstrap: trying to undo changes from
2016-10-08 Björn Lindqvistmath.parser: (format-float) can only be flushable
2016-10-08 Björn Lindqvistmath.parser: (format-float) doesn't need to zero-termin...
2016-07-30 Alexander Iljinmath: fix stack effect declaration for the neg? generic
2016-07-30 Alexander Iljinmath-docs: fix a copy-paste error
2016-07-11 John Benediktssonmath.integers: use must-fail instead of ignore-errors.
2016-03-31 Doug Colemanmath: fix docs for binary printing.
2016-03-31 Doug Colemanprettyprint: Print .b .o .h with prefixes so it's not...
2016-03-31 Doug Colemancore: Trim using lists from -tests and clean up a few...
2016-03-30 John Benediktssonmath.parser: add tests for change to not throw zero...
2016-03-30 Jon Harpermath.parser: number>string, don't throw zero division...
2016-03-25 Doug Colemancore: rename some double paren words.
2016-03-19 John Benediktssonmath: rename fast-gcd to simple-gcd.
2016-03-16 John Benediktssonmath.parser: adding bytes>hex-string and hex-string...
2016-03-08 Jon Harpermath.parser: simplify fix-float (from 16c93c78741)
2016-03-08 Jon Harperprettyprinter, locale independant float printing
2015-10-01 John Benediktssonmath: use "i/f" for stack effect.
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-12 Doug Colemanfactor: Change ERROR: foo ; to define ``throw-foo`...
2015-08-10 Doug Colemanfactor: put inline on same line as ; for experimentation
2015-07-31 John Benediktssonmath.parser: make float-parse:point a fixnum.
2015-07-31 John Benediktssonmath.parser: some inline, some fixnum+fast, some disabl...
2015-07-30 Jon Harpermath.parser: support >bin and >oct for floats
2015-07-30 Jon Harpermath.parser: add tests/docs for floats 0b 0x bin> float...
2015-07-30 Jon Harpermath.parser, don't take infinite time to parse huge...
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?.
next