]> gitweb.factorcode.org Git - factor.git/history - extra/math/extras
calendar.format: make duration>human-readable more human readable
[factor.git] / extra / math / extras /
2023-10-23 John Benediktssonsequences: more use of minimum/maximum
2023-09-19 John Benediktssonmath.functions: merge integer-sqrt and integer-log...
2023-09-01 John Benediktssonmath.extras: simplify round-to-decimal
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 Colemancore: rename ensure-non-negative to assert-non-negative
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-20 John BenediktssonSwitch to https urls
2023-01-15 Doug Colemanmath.extras: Fun estimate for factorials from a paper
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 John Benediktssoncore/basis/extra: use new math.ranges syntax.
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-04 John Benediktssonmath.extras: fix for math.ranges.private refactor.
2020-02-26 John Benediktssoncore/basis/extra: update some tags.txt.
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
2018-02-15 John Benediktssonmore test IN: cleanup.
2018-01-25 Alexander IljinFix the existing IN: suffixes for the test vocabs
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...
2015-07-22 Doug Colemanmath.extras: .. and ... are cool but not used and can...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2015-05-08 Benjamin PollackAdd a couple minor extra docs for math.extras
2015-04-02 John Benediktssonmath.extras: change kelly criterion tests to use ratios.
2015-04-02 John Benediktssonmath.extras: adding the Kelly criterion.
2014-12-24 John Benediktssonmath.extras: adding the Möbius function.
2014-06-11 John Benediktssonmath.extras: adding sum-squares and sum-cubes.
2014-06-11 John Benediktssonmath.extras: adding dotted range syntax.
2013-10-14 John Benediktssonmath.extras: inline kahan+.
2013-10-14 John Benediktssonmath.extras: label kahan+ stack effects to match pseudo...
2013-10-13 John Benediktssonmath.extras: adding map-kahan-sum.
2013-10-13 John Benediktssonmath.extras: adding the Kahan summation.
2013-09-06 John Benediktssonmath.extras: switch to using sorting.extras.
2013-09-05 John Benediktssonmath.extras: faster search-sorted by bisecting.
2013-09-05 John Benediktssonmath.extras: remove accidental test.
2013-09-05 John Benediktssonmath.extras: two versions of search-sorted.
2013-06-17 John Benediktssonmath.extras: adding round-away-from-zero.
2013-05-06 John Benediktssonmath.extras: change moving-median to use <clumps>.
2013-05-06 John BenediktssonRevert "math.extras: change to <clumps> to match other...
2013-05-02 John Benediktssonmath.extras: change to <clumps> to match other moving...
2013-05-02 John Benediktssonmath.extras: adding monotonic-count and max-monotonic...
2013-05-02 John Benediktssonmath.extras: add fill-nans.
2013-04-22 John Benediktssonmath.extras: use fry for clarity.
2013-04-22 John Benediktssonmath.extras: rename 2pi-range to [0,2pi].
2013-04-22 John Benediktssonmath.extras: cleanup duplicate code.
2013-04-11 John Benediktssonmath.extras: remove permutation-bits words.
2013-04-10 John Benediktssonmath.extras: adding more permutation-bits words.
2013-04-10 John Benediktssonmath.extras: faster next-permutation-bits using /i.
2013-04-10 John Benediktssonmath.extras: adding bitwise permutation words.
2013-04-10 John Benediktssonmath.extras: fix bernoulli.
2013-04-02 John Benediktssonmath.extras: adding round-to-step.
2013-04-02 John Benediktssonmath.extras: adding round-to-decimal.
2013-03-26 John Benediktssonmath.extras: adding round-to-even.
2013-03-25 John Benediktssonmath.extras: adding normalized compression distance...
2013-03-25 John Benediktssonmath.extras: adding docs for majority.
2013-03-25 John Benediktssonmath.extras: adding majority vote algorithm.
2013-03-24 Doug Colemanmath: Revert clone on median algorithm, perhaps need...
2013-03-21 John Benediktssonmath: some style cleanup.
2013-03-20 John Benediktssonmath.extras: rename to linspace[a,b) and linspace[a...
2013-03-20 John Benediktssonmath.extras: adding ) and ] versions of linspace.
2013-03-20 John Benediktssonmath.extras: adding logspace.
2013-03-20 John Benediktssonmath.extras: adding linspace.
2012-12-04 John Benediktssonmath.extras: return new arrays to protect users from...
2012-11-08 John Benediktssonmath.extras: adding unique-indices.
2012-10-05 John Benediktssonmath.extras: implement "search-sorted" and "weighted...
2012-09-26 Doug Colemanmath.extras: Call (gini).
2012-09-26 John Benediktssonmath.extras: simpler herfindahl.
2012-09-26 John Benediktssonmath.extras: adding exponential-index.
2012-09-26 John Benediktssonmath.extras: adding the Herfindahl measure.
2012-09-26 John Benediktssonmath.extras: remove variable effects from cum-reduce...
2012-09-26 John Benediktssonmath.extras: invent "cum-reduce" concept for gini.
2012-09-26 Doug Colemanmath.extras: Add sum-cum-sum. Change concentration...
2012-09-26 Doug Colemanmath.extras: Fix concentration-coefficient.
2012-09-26 Doug Colemanmath.extras: Faster gini. Leaving this as a separate...
2012-09-26 Doug Colemanmath.extras: Add gini and concentration coefficient.
2012-09-25 John Benediktssonmath.extras: adding docs for ramanujan.
2012-09-25 John Benediktssonmath.extras: fix spelling of stirling, add ramanujan...
2012-08-31 John Benediktssonmath.extras: adding "until-zero".
2012-08-31 John Benediktssonmath.extras: adding moving-count.
next