]> gitweb.factorcode.org Git - factor.git/history - basis/math
basis: ERROR: changes.
[factor.git] / basis / math /
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...
2015-05-13 John Benediktssonuse assoc-reject instead of [ ... not ] assoc-filter.
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2015-01-31 John BenediktssonFix some minor errors in help-lint.
2015-01-31 Benjamin PollackAdd more documentation for math.statistics
2014-12-05 John Benediktssonmath.primes.miller-rabin: actually, this is better.
2014-12-05 John Benediktssonmath.functions: minor cleanup to (gcd).
2014-12-05 John Benediktssonmath.primes.miller-rabin: minor cleanup;
2014-12-04 John Benediktssonmath.primes.erato: fix reference to "arr".
2014-12-04 John Benediktssonmath.primes.erato: fix help-lint.
2014-12-04 John Benediktssonmath.ranges: cleanup using.
2014-12-04 John Benediktssonmath.primes: speedup sieve.
2014-12-01 John Benediktssonmore minor cleanup.
2014-11-30 John Benediktssoncleanup "over push" is "suffix!".
2014-11-18 Björn Lindqvistmath.vectors: new word v>integer = [ >integer ] map
2014-11-17 Doug Colemanmath.vectors.simd: Attempt to print out full simd failu...
2014-11-06 Benjamin PollackRemove executable bit from tons of files that aren't
2014-09-26 Doug Colemanmath.statistics: Get smart about the geometric mean...
2014-07-22 Björn Lindqvistkernel: new combinator 2with = with with
2014-06-10 John Benediktssonmath.statistics: use if-zero in mean-ddof.
2014-06-06 Doug Colemanmath.bits: Clean up the docs some more.
2014-06-06 Doug Colemanmath.bits: Clarify docs. Don't support negative numbers...
2014-06-05 John Benediktssonmath.ratios: faster abs and neg? on ratios.
2014-06-04 John Benediktssonkernel: change errors to be in kernel.private.
2014-06-04 Björn Lindqvistkernel: symbolic constants for the various kernel errors
2014-05-26 John Benediktssonmore doc types.
2014-05-24 John Benediktssonimprove help by linking to types directly.
2014-05-19 John Benediktssondocs: change ``{ $quotation "( x -- y )" }`` to ``...
2014-04-30 John Benediktssonmath.bitwise: simplify byte-array-bit-count.
2014-04-14 Björn LindqvistDocs: fixed doc example errors triggered by help-lint...
2014-04-14 Björn LindqvistDocs: more matrix-related documentation
2014-04-14 Björn LindqvistDocs: doc and examples for math.matrices
2014-02-09 John Benediktssonmath.bitwise: fix docs for mask and unmask (they don...
2014-01-06 John Benediktssonuse swapd in a few places.
2014-01-06 John Benediktssonmath.matrices: add error for negative m^n (and test).
2014-01-06 John Benediktssonmath.polynomials: add test for negative p^.
2013-12-13 John Benediktssonmath.bits: fix docs for make-bits to be more clear.
2013-11-26 John BenediktssonRevert "math.functions: make float sqrt a little faster."
2013-11-25 John Benediktssonmath.functions: make float sqrt a little faster.
2013-11-24 John Benediktssonmath.bitwise: removing bit-clear? since it is just...
2013-11-24 John Benediktssonmath.bitwise: speed up >signed.
2013-10-21 John Benediktssonmath.bitwise: adding bit-length.
2013-10-14 John Benediktssonmath.combinatorics: faster combinations by inlining...
2013-10-14 John Benediktssonmath.bitwise: fix mask? to do what the docs say.
2013-10-02 John Benediktssonmath.combinatorics: adding all-combinations? and all...
2013-07-24 John Benediktssonmath.functions: whoops, back out mistaken commit.
2013-07-24 John Benediktssonswitch some vocabs to 4 spaces.
2013-06-25 John Benediktssonmath.statistics: use >array instead of { } clone-like.
2013-06-17 Doug Colemanmath.statistics: Handle some edge cases.
2013-06-17 Doug Colemanmath.statistics: Add trimean.
2013-06-17 Doug Colemanmath.statistics: [-] Golfed.
2013-06-17 Doug Colemanmath.statistics: Fix out of bounds on quantiles that...
2013-06-14 John Benediktssonmath.combinatorics: specialized version of nths-unsafe...
2013-05-15 John Benediktssonmath.combinatorics: use cond in k-permutations.
2013-05-15 John Benediktssonmath.combinatorics: adding a k-permutations virtual...
2013-05-14 John Benediktssonmath.matrices: simpler square-rows.
2013-05-14 John Benediktssonmath.matrices: faster square-rows and square-cols.
2013-05-06 John Benediktssonmath.ranges: implement sum on ranges.
next