]> gitweb.factorcode.org Git - factor.git/history - extra/math
Reformat
[factor.git] / extra / math /
2017-01-05 John Benediktssonmath.cardinality: relax the comparison so tests run...
2017-01-04 John Benediktssonmath.cardinality: adding summary.txt.
2017-01-04 John Benediktssonmath.cardinality: adding some tests.
2016-11-30 John Benediktssonmath.factorial: reverse-factorial only undo factorial.
2016-11-30 John Benediktssonmath.factorials: implement "undo" for factorials.
2016-11-29 John Benediktssonmath.factorials: adding reverse-factorial.
2016-08-20 Björn Lindqvistextra/: ensuring tests have an IN:-line ending with...
2016-07-30 Alexander IljinAdd EOL at EOF for all authors.txt files for consistency
2016-07-12 John Benediktssonmath.approx: fix typo in docs.
2016-03-20 Doug Colemanmaths.primes: finish renaming fast-gcd to simple-gcd.
2015-11-04 Björn Lindqvistmath.hashcodes,python.syntax: bi@ and -> both?
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanextra: use throw-foo for ERROR: change
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-08-06 Doug Colemanfactor: Rename I[ ]I to [I I]. Fix places where we...
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-22 Doug Colemanmath.extras: .. and ... are cool but not used and can...
2015-07-21 Doug Colemanmath.derivatives: Add a ; to the syntax for derivatives...
2015-07-19 Doug Colemanfactor: actual patch to remove ; from all c/fortran...
2015-07-19 Doug Colemanfactor: Rename MACRO: and MACRO: to have quot as the...
2015-07-19 Doug Colemanfactor: Trim whitespace after ! comments and a few...
2015-07-17 John Benediktssonmath.numerical-integration: make sure length is an...
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-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, extra: Remove DOS line endings from files.
2015-06-09 John BenediktssonSome more general fixes for recent refactors.
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2015-05-08 Benjamin PollackAdd a couple minor extra docs for math.extras
2015-05-06 John Benediktssonmath.transforms.bwt: slightly faster, remove suffixes...
2015-05-05 John Benediktssonmath.transforms.bwt: faster version of bwt if only...
2015-04-29 John Benediktssonmath.transforms.bwt: faster versions of Burrows-Wheeler...
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-12-14 John Benediktssonmath.primes.solovay-strassen: adding Solovay-Strassen...
2014-12-05 John Benediktssonextra: using empty? in some places.
2014-11-30 John Benediktssonmath.binpack: faster by storing only items, not weights.
2014-11-29 John Benediktssonmath.binpack: cleanup using.
2014-11-29 John Benediktssonmath.binpack: make binpacking much faster by caching...
2014-11-12 John Benediktssonbasis/extra: fix using for map-index move back to seque...
2014-11-09 Doug Colemanassocs: Make map-index-as support seq or assoc exemplar...
2014-06-30 John Benediktssonmath.transforms.bwt: cleaner to check last.
2014-06-11 John Benediktssonmath.extras: adding sum-squares and sum-cubes.
2014-06-11 John Benediktssonmath.extras: adding dotted range syntax.
2014-06-04 John Benediktssonmath.transforms.fft: hah, once-power-of-2, always-power...
2014-06-04 John Benediktssonmath.transforms.fft: fix Cooley-Tukey only works for...
2014-05-25 John Benediktssonmore doc type fixes.
2013-11-26 John Benediktssonmath.text.english: accidentally i's and j's.
2013-11-26 John Benediktssonmath.text.english: support ratio, float, complex.
2013-11-25 John Benediktssonfix some uses of "1 head*" to be "but-last".
2013-10-21 John Benediktssonmath.factorials: adding "factorials" word.
2013-10-15 John Benediktssonmath.unicode: implement unicode math symbols.
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-23 John Benediktssonmath.transforms.fft: small bit of speedup.
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-07 John Benediktssonmath.combinators: fix help-lint warnings I introduced...
2013-05-06 John Benediktssonmath.extras: change moving-median to use <clumps>.
2013-05-06 John Benediktssonmath.combinators: adding unless-positive and unless...
2013-05-06 John BenediktssonRevert "math.extras: change to <clumps> to match other...
2013-05-06 John Benediktssonmath.combinators: fix help-lint errors.
2013-05-06 lorynjwhen-negative / when-positive
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.finance: adding performance.
2013-05-02 John Benediktssonmath.extras: add fill-nans.
2013-04-26 John Benediktssonmath.text: make it only work with integers.
2013-04-25 John Benediktssonmath.matrices.laplace: adding Laplace expansion.
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.combinatorics.bits: new vocab for permutation...
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-09 John Benediktssonmath.factorials: style.
2013-04-09 John Benediktssonmath.factorials: cleanup orial-primes.
2013-04-09 John Benediktssonmath.factorials: more factorial words.
2013-04-09 John Benediktssonmath.factorials: more factorial words.
2013-04-09 John Benediktssonmath.factorials: more factorial words.
2013-04-09 John Benediktssonmath.factorials: making double-factorial work for negat...
2013-04-09 John Benediktssonmath.factorials: adding double-factorial.
2013-04-08 John Benediktssonmath.factorials: cleanup using.
2013-04-08 John Benediktssonmath.factorials: include 1.
2013-04-08 John Benediktssonmath.factorials: handle more inputs in factorial/.
2013-04-08 John Benediktssonmath.factorials: various factorial words.
2013-04-02 John Benediktssonmath.extras: adding round-to-step.
2013-04-02 John Benediktssonmath.extras: adding round-to-decimal.
next