]> gitweb.factorcode.org Git - factor.git/history - extra/math
assocs.extras: add intersect-keys-as and unit tests
[factor.git] / extra / math /
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
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.
next