]> gitweb.factorcode.org Git - factor.git/history - extra/math/extras/extras-tests.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / math / extras / extras-tests.factor
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 Doug Colemanmath.extras: more new range syntax
2020-11-24 John Benediktssonmath.statistics: sum-of-squares, sum-of-cubes, sum...
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.
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-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
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-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.
2013-09-06 John Benediktssonmath.extras: switch to using sorting.extras.
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-02 John Benediktssonmath.extras: adding monotonic-count and max-monotonic...
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 majority vote algorithm.
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 linspace.
2012-11-08 John Benediktssonmath.extras: adding unique-indices.
2012-10-05 John Benediktssonmath.extras: implement "search-sorted" and "weighted...
2012-09-26 John Benediktssonmath.extras: adding the Herfindahl measure.
2012-09-26 Doug Colemanmath.extras: Fix concentration-coefficient.
2012-09-26 Doug Colemanmath.extras: Add gini and concentration coefficient.
2012-08-31 John Benediktssonmath.extras: adding moving-count.
2012-07-27 John Benediktssonmath.extras: more maths functions.
2012-06-19 John Benediktssonmath.extras: adding nonzero.
2012-05-04 John Benediktssonmath.extras: adding moving-median.
2012-05-04 John Benediktssonmath.extras: adding moving-average and exponential...
2012-05-04 John Benediktssonmath.extras: adding jacobi and legendere symbols.