]> gitweb.factorcode.org Git - factor.git/history - extra/math
scryfall: better moxfield words
[factor.git] / extra / math /
2024-02-12 John Benediktssonmath.affine-transforms: fix help-lint on win32
2024-02-08 John Benediktssonmath.affine-transforms: slight different on windows
2024-02-07 John Benediktssonmath: fix help-lint
2023-10-23 John Benediktssonsequences: rename supremum-by/infinum-by
2023-10-23 John Benediktssonsequences: more use of minimum/maximum
2023-09-19 John Benediktssonmath.functions: merge integer-sqrt and integer-log...
2023-09-10 Capitalmath.trig: remove reference to this vocab
2023-09-01 John Benediktssonmath.extras: simplify round-to-decimal
2023-08-24 nomennescioRemove executable bit
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-05-16 razetimemath.extras: fix desc of nonzero
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-27 John Benediktssonmath.extras: faster vose alias
2023-02-26 Doug Colemankernel: ?if-old is just `[ or* ] 2dip if`
2023-02-26 Doug Colemancore: rename ensure-non-negative to assert-non-negative
2023-02-26 Doug Colemanfactor: remove in-out, it's just in>> out>>
2023-02-26 Doug Colemanfactor: ?if to ?if-old
2023-02-26 Doug Colemanfactor: use in-out word
2023-02-26 Doug Colemansequences: add ensure-non-negative word
2023-02-26 John Benediktssonmath.extras: tweak weighted-randoms add vose alias...
2023-02-26 John Benediktssonrandom: implement a generic random* to speed up randoms
2023-02-18 John Benediktssonmath.extras: adding weighted-randoms
2023-02-08 GiftpflanzeRename and add sorting words
2023-01-22 John Benediktssonmath.extras: fix weighted-random by using float random
2023-01-22 Doug Colemanmath.cardinality: fix flaky test
2023-01-20 John BenediktssonSwitch to https urls
2023-01-18 John Benediktssonmath.blas: disable tests on linux-32.
2023-01-15 Doug Colemanmath.extras: Fun estimate for factorials from a paper
2023-01-12 Doug Colemanfactor: fix some spacing
2022-08-15 Doug Colemanfactor: add newlines to .factor files
2022-07-31 Doug Colemancore: map-integers -> map-integers-as
2022-06-19 Doug ColemanMerge remote-tracking branch 'origin/html5-force-push'
2022-06-15 Alexander Ilinmath.text.english: fix spelling of some numbers
2022-06-15 Alexander Ilinmath.text.english: expand the supported number range
2022-01-20 Doug Colemanfactor: trim more using lists.
2022-01-20 Doug Colemanfactor: trim using lists
2022-01-08 John Benediktssonmath.extras: adding Stein's algorithm
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-30 Doug Colemanranges: maybe last rename, remove experimental .. and...
2021-12-30 Doug Colemanmath.extras: more new range syntax
2021-12-30 Doug Colemanfactor: use new math.ranges syntax in tests and docs
2021-12-30 John Benediktssoncore/basis/extra: use new math.ranges syntax.
2021-12-22 Cat Stevensl2-norm -> norm in the rest of the places
2021-12-22 Cat Stevensvnorm rename
2021-12-21 Doug Colemanfactor: use more split/join words
2021-12-20 Doug Colemanfactor: fix using
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemancore: Add words/unwords/unwords-as and use them.
2021-03-24 John Benediktssonmath.blas.config: use f2c-abi on >= 10.7.
2021-03-23 John Benediktssonmath.runge-kutta: fix help-lint.
2021-03-20 inivekinFixes complex shuffle words, Fixes complex array instan...
2021-03-20 inivekinFixes runge-kutta docs example USE errors
2021-03-20 inivekinAdds runge-kutta implementation for n dimensions
2021-03-19 John Benediktssonmath.text.english: adding some ap-style number conversions.
2021-03-02 John Benediktssonmath: fix some help-lint warnings.
2020-12-15 John Benediktssonmath.matrices.elimination: fix $snippet to $link in...
2020-12-07 John Benediktssonmath.extras: moving until-zero to math.
2020-11-24 John Benediktssonmath.statistics: sum-of-squares, sum-of-cubes, sum...
2020-11-21 John BenediktssonA few more fixes for string parsing.
2020-11-04 John Benediktssonmath.extras: fix for math.ranges.private refactor.
2020-04-02 John Benediktssonbasis/extra: move fewer things.
2020-04-02 John BenediktssonRevert "basis: Move any vocabularies required by basis...
2020-03-28 Doug Colemanbasis: Move any vocabularies required by basis into...
2020-03-02 John Benediktssonextra: moving hash-sets.numbers, hashtables.numbers...
2020-03-01 Cat Stevensmath.matrices: fix/rename mnorm, update all norms
2020-02-26 John Benediktssonmath.matrices: rename m./m.v/v.m to mdot/mdotv/vdotm.
2020-02-26 John Benediktssonmath.vectors: rename "v." to "vdot"
2020-02-26 John Benediktssoncore/basis/extra: update some tags.txt.
2020-01-15 John Benediktssonclasses: fix a couple of check-instance uses.
2020-01-15 John Benediktssonclasses: use check-instance in a few places, to remove...
2019-12-08 Cat Stevensmath.matrices: rewrite, modernize and overhaul
2019-11-08 John Benediktssonmath.extras: don't shadow B (breakpoint).
2019-11-08 John Benediktssonmath.extras: adding integer-sqrt.
2019-11-06 John Benediktssonmath.extras: adding a more exact sum for floats.
2019-07-10 John Benediktssonmath.extras: add test for stirling numbers.
2019-07-10 Niklas Larssonmath.extras: Fix stirling
2019-01-19 Doug Colemanmath.blas.matrices: Fix for equal?
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-27 Björn Lindqvistmath.affine-transforms: some docs for the vocab
2018-02-15 John BenediktssonSquashed commit of the following:
2018-02-15 John Benediktssonfix some tests broken by previous commit.
2018-02-15 John Benediktssonmore test IN: cleanup.
2018-02-14 John Benediktssoncore/basis/extra: use none?.
2018-01-27 Björn Lindqvistextra/: more uses of the do-state combinator
2018-01-25 Alexander IljinFix the existing IN: suffixes for the test vocabs
2017-12-29 Doug Colemanmath.blas.vectors: Fix ancient typo
2017-10-25 John Benediktssonmath.similarity: adding weighted-cosine-similarity.
2017-10-24 John Benediktssonmath: using ``v.`` instead of ``v* sum`` in a few places.
2017-10-24 John Benediktssonmath.similarity: add another test for pearson-similarity.
2017-10-24 John Benediktssonmath.similarity: change cosine-similarity to match...
2017-09-11 Alexander IljinUpdate some copyright headers to follow the current...
2017-08-06 Doug Colemanfunctors: FUNCTOR: ;FUNCTOR -> <FUNCTOR: ;FUNCTOR>
2017-07-03 Doug ColemanFactor: Rename <enum> to <enumerated> to not confuse...
2017-06-08 Jon Harpermove math.extras:round-to-even to math.functions to...
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-03-23 Samuel TardieuAdd French number>text support for ratios 1799/head
2017-03-23 Samuel TardieuApply 1990 French orthographic reform for writing numbers
next