]> gitweb.factorcode.org Git - factor.git/history - basis/math
windows.dropfiles[-docs]: update copyright year to 2018
[factor.git] / basis / math /
2018-01-20 John Benediktssonbasis/extra: removing '[ @ ] in favor of _ for fried...
2018-01-17 John Benediktssonmath.combinatorics: make selections use change-nth...
2018-01-17 John Benediktssonmath.combinatorics: fix selections bug, geez.
2018-01-17 John Benediktssonmath.combinatorics: fix selections bug that went missin...
2018-01-17 John Benediktssonmath.combinatorics: speed up selections word.
2018-01-16 John Benediktssonmath.combinatorics: remove memoize of factorial.
2017-12-28 Doug Colemanmath.functions: nan: -> NAN: oops
2017-12-28 Doug Colemanmath.functions: disable a test.
2017-10-24 John Benediktssonmath: using ``v.`` instead of ``v* sum`` in a few places.
2017-09-11 Alexander IljinUpdate some copyright headers to follow the current...
2017-08-06 Doug Colemanfunctors: FUNCTOR: ;FUNCTOR -> <FUNCTOR: ;FUNCTOR>
2017-07-23 Doug Colemantools.test: Fix unit-test~ and a couple of tests.
2017-07-23 Doug Colemanmath.vectors.simd.intrinsics: Add a comment so I am...
2017-07-22 Doug Colemanbasis: Add unit-test~ and unit-test-v~ for testing...
2017-07-03 Doug ColemanFactor: Rename <enum> to <enumerated> to not confuse...
2017-06-10 John Benediktssonmath.functions: fix another test impacted by float...
2017-06-08 John Benediktssonmath.functions: make -0.3 truncate return 0.0 instead...
2017-06-08 Jon Harpermove math.extras:round-to-even to math.functions to...
2017-06-08 Jon Harperadd basis.math.functions.integer-logs: exact integer...
2017-06-08 Jon Harpermath.functions, speed up truncate for floats
2017-06-08 Jon Harpermath.functions: fix truncate and round to output -0...
2017-06-08 Jon Harpermath.functions, fix round for ratios between -1/2 and -1
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-06-02 Doug Colemaniota: Fix second iota -> <iota> in line several times.
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2017-04-07 Alexander Iljinmath.functions-docs: update description of e^
2017-04-07 Alexander Iljinmath.functions[-docs]: rename the output parameters...
2017-02-08 John Benediktssonmath.primes.safe: this looks nicer.
2017-02-08 John Benediktssonmath.primes.factors: support command-line args like...
2017-02-08 John Benediktssonmath.primes.safe: simplify.
2017-02-08 John Benediktssonsets: moving unique/conjoin/conjoin-at to compiler...
2017-01-20 John Benediktssonmath.statistics: fix docs for harmonic-mean.
2017-01-15 Björn Lindqvistmath.statistics: fix calculation of the harmonic mean
2017-01-02 John Benediktssonmath.combinatorics: cleaner next-permutation.
2017-01-02 Alexander Iljinmath.statistics-docs: make cum-product example less...
2016-12-28 John Benediktssonmath.statistics: change minmax to not look at first...
2016-12-28 John Benediktssonassocs: moving collect-by from math.statistics.
2016-08-22 Björn Lindqvistmath.vectors: new word vclamp for clamping vectors
2016-07-30 Alexander Iljinmath.functions-docs: fix wording for abs and absq
2016-07-30 Alexander IljinAdd EOL at EOF for all authors.txt files for consistency
2016-07-12 John Benediktssonusing [ ] [ ... ] ?if instead of [ nip ] [ ... ] if*.
2016-03-31 John Benediktssonunicode: make this the API for all unicode things.
2016-03-31 Doug Colemanprettyprint: Print .b .o .h with prefixes so it's not...
2016-03-31 Doug Colemansummary.txt: Delete empty lines and empty files.
2016-03-30 John Benediktssonmath.floats.env: restore test cases that were disabled.
2016-03-26 Björn Lindqvistmirrors: make all sequences be "inspectable", could...
2016-03-25 Doug Colemanfactor: remove rest of double paren words.
2016-03-22 Björn LindqvistVM: removes the OBJ-ERROR special object in favor of...
2016-03-20 Doug Colemanmaths.primes: finish renaming fast-gcd to simple-gcd.
2016-03-19 John Benediktssonmath: rename fast-gcd to simple-gcd.
2016-03-11 Björn Lindqvistmath.vectors.simd.intrinsics: the syntax for declaring...
2016-03-08 Jon Harpermath.statistics, add docs for cum-sum0, add cum-product...
2016-03-08 Jon Harperrename math.statistics:cum-map to sequences:accumulate*
2015-11-04 Alexander IljinRename variables in some stack declarations for consist...
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 Colemanbasis: ERROR: changes.
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-30 John Benediktssonmath.ratios: moving to core.
2015-07-29 John Benediktssonfix another doc using.
2015-07-29 John Benediktssonfix some help-lint errors.
2015-07-29 John Benediktssonmath.floats.env: don't need << >>.
2015-07-29 Björn Lindqvistcompiler.cfg.*: tests against #1308
2015-07-29 Björn LindqvistDocs: various more compiler-related docs
2015-07-27 Doug Colemanmath.statistics: fix docs
2015-07-27 Doug Colemanmath.statistics: clean up some weird stack effects
2015-07-26 Doug Colemanmath.vectors.conversion: [foo] for words that make...
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-21 John Benediktssonuse ``if*`` instead of ``dup [ ] [ drop ] if``.
2015-07-19 John Benediktssonmath: moving >fraction to math.
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-15 John Benediktssonmath.primes: commas look better.
2015-07-14 John Benediktssonmath.matrices.elimination: avoid double length call.
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanmath.floats.env: Make sure answers are array. So much...
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 Colemanmath.combinatorics: private docs again. oops
2015-06-30 Doug Colemanmath.complex: Fix PRIVATE>
2015-06-30 Doug Colemancore, basis: Don't use the IN: foo.private feature...
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-06-17 John Benediktssonmath.primes.erato: add some comments at the top.
2015-06-17 John Benediktssonmath.primes.erato.fast: use literals to show how the...
2015-06-16 John Benediktssonmath.primes.erato: faster compressed sieve by two impro...
2015-06-16 John Benediktssonmath.primes.erato.fast: some bignum fixes and more...
2015-06-16 John Benediktssonmath.primes: fix "11 >bignum prime?".
2015-06-16 John Benediktssonmath.primes.erato.fast: adding fast Sieve of Eratosthenes.
2015-06-10 John BenediktssonFix tests broken by word hashcode change.
2015-06-08 Doug Colemancore: Rename create to create-word, create-in to create...
2015-06-02 John Benediktssonmath.functions: some silly cleanup.
2015-05-31 John Benediktssonmath.bitwise: bitfield should just use map-reduce.
2015-05-31 John Benediktssonmath.bitwise: change bitfield to reduce from first...
2015-05-31 John Benediktssonmath.bitwise: fix docs for bitfield.
2015-05-13 John Benediktssonmath.primes: little bit more cleanup.
2015-05-13 John Benediktssonmath.primes: use fast-gcd in coprime? and replicate...
next