]> gitweb.factorcode.org Git - factor.git/history - basis/math
scryfall: parse mtga deck format
[factor.git] / basis / math /
12 days ago Doug Colemanmath.combinatorics: add a word to get unique combinatio...
2024-03-24 Doug Colemanfactor: update download to return path and using lists
2024-02-07 John Benediktssonmath: fix help-lint
2024-02-07 John Benediktssonmath.statistics: fix help-lint
2024-02-07 John Benediktssonmath.functions: change { float integer } ^ to use fpow
2024-01-31 John Benediktssoncore/basis/extra: update some stack effects
2024-01-31 John Benediktssonmath: some docs tweaks for gcd and mod-inv
2024-01-07 John Benediktssonmath.functions: fix divisor? to work with mixed numbers
2023-12-29 olus2000math.combinatorics: tests for <k-permutations>
2023-12-29 olus2000math.combinatorics: fix <k-permutations> for k=0
2023-12-07 John Benediktssonmath.vectors.ranges: change using
2023-12-07 Keldan ChapmanAdd range methods
2023-10-23 John Benediktssonmath.vectors: replace supremum
2023-10-23 John Benediktssonmath.vectors: rename vsupremum/vinfimum
2023-10-23 John Benediktssonsequences: rename supremum-by/infinum-by
2023-10-23 John Benediktssonsequences: more use of minimum/maximum
2023-09-19 John Benediktssonmath.functions: merge integer-sqrt and integer-log...
2023-09-11 Giftpflanzeassocs.extras: Move some often-used words to core
2023-09-10 Capitalmath.functions: fold math.trig into math.functions
2023-09-07 John Benediktssonmath.functions: move lcm to core/math
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-08-20 John Benediktssonmath.statistics: add Spearman's correlation, and rank...
2023-08-20 John Benediktssonmath.functions: adding docs for lgamma
2023-08-19 John Benediktssonmath.functions: adding lgamma
2023-06-01 John Benediktssoncore/basis/extra: some [ dup ] dip => dupd cleanup
2023-05-02 John Benediktssonmath.functions.integer-logs: fix tests
2023-05-01 John Benediktssonmath.vectors.simd: rename assert-positive to not conflict
2023-05-01 John Benediktssonmath.functions.integer-logs: remove unused word
2023-05-01 John Benediktssonmath: adding assert-positive and assert-negative
2023-05-01 John Benediktssonmath.floating-point: improve double. printing
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-26 Doug Colemanfactor: remove extra whitespace refactor-sequences 2669/head
2023-02-26 Doug Colemancore: rename ensure-non-negative to assert-non-negative
2023-02-26 Doug Colemanfactor: use more ?if
2023-02-26 Doug Colemanfactor: ?if to ?if-old
2023-02-26 Doug Colemanfactor: rename count-by back to count. count* -> percent-of
2023-02-26 Doug Colemansequences: add ensure-non-negative word
2023-02-26 Doug Colemansequences: rename count to count-by
2023-02-26 Doug Colemanfactor: use 2length
2023-02-26 Doug Colemancore: push-if -> push-when, refactoring sequence words
2023-02-08 GiftpflanzeRename and add sorting words
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2023-01-11 Doug Colemantests: use must-not-fail in some places must-not-fail 2738/head
2022-12-05 Doug Colemanmath.intervals: more docs clarifications
2022-12-04 Doug Colemanmath.intervals: int -> interval in stack effects, add...
2022-11-06 Raghu Radd bzip3 compression vocabulary
2022-10-31 John Benediktssonmath.matrices: fix using in docs
2022-09-29 Giftpflanzemath.matrices: Fix matrix-set-nths typo
2022-08-18 Doug Colemanmath.statistics: fix typo
2022-08-15 Doug Colemanfactor: add newlines to .factor files
2022-08-07 Doug Colemanmath.statistics: refactor histogram and histogram-by...
2022-08-01 John Benediktssonmath.combinatorics: minor cleanup to next-combination
2022-08-01 John Benediktssonmath.combinatorics: fix combinations with replacement
2022-07-31 Doug Colemansequences: add index-of-last
2022-07-31 Doug Colemanbasis: use head-to-index and index-to-tail
2022-07-31 Doug Colemancore: rename some words
2022-07-31 Doug Colemancore: Better names for (each) etc
2022-07-31 Doug Colemanfactor: use new words
2022-07-27 John Benediktssonmath.bits: make zero encode as one false bit.
2022-02-14 John Benediktssonmath.rectangles.positioning: fix popups that draw super...
2022-01-28 John Benediktssonmath.combinatorics: factor out nCk-with-replacement
2022-01-28 John Benediktssonmath.combinatorics: adding combinations-with-replacement
2022-01-25 John Benediktssonmath.matrices: fix unshaped-cols-iota to use (each...
2022-01-20 Doug Colemanfactor: trim more using lists.
2022-01-20 Doug Colemanfactor: trim using lists
2022-01-17 John Benediktssonclasses.struct: moving to new/boa instead of <struct...
2022-01-10 John Benediktssonmath.combinatorics: slight performance improvement
2022-01-03 John Benediktssonbasis/extra: removing unnecessary IN: statements.
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 John Benediktssonendian: replaces io.binary and io.binary.fast.
2021-12-30 Doug Colemanranges: maybe last rename, remove experimental .. and...
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-30 Doug Colemanmath.primes.pollard-rho-brent: Use new ranges syntax...
2021-12-29 John Benediktssonmath.primes.brute-force: save previous factors algorithm.
2021-12-29 John Benediktssonmath.primes.factors: fully switch over to new hotness.
2021-12-29 Doug Colemanmath/primes/pollard-rho-brent: Add a famous example...
2021-12-29 Doug Colemanmath.primes: Check for prime before running pollard...
2021-12-29 Doug Colemanmath.primes: Use Pollard-Rho-Brent `brent-factors`...
2021-12-29 Doug Colemanmath.primes.pollard-rho-brent: Add vocab for finding...
2021-12-26 gifti258math.matrices: Fix typo
2021-12-24 John Benediktssonmath.intervals: rename "inf,a" words to be "inf,b".
2021-12-22 John Benediktssonmath.vectors: make these non-generic to fix simd-128...
2021-12-22 Cat Stevensl2-norm -> norm in the rest of the places
2021-12-22 Cat Stevensmath.vectors,matrices: l2-norm -> aliased as norm ...
2021-12-22 Cat Stevensvnorm rename
2021-12-22 John Benediktssonmisc cleanup.
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-12-20 gifti258math.matrices: Fix documentation
2021-04-04 timormath.intervals: Add [0,b] and [0,b), use in a couple...
2021-03-23 John Benediktssonmath.combinatorics: adding all-unique-permutations.
2021-03-17 John BenediktssonRevert "math.intervals: workaround possible compiler...
2021-03-04 John BenediktssonRevert "Support declaring intervals as well as classes...
2021-03-04 John BenediktssonRevert "compiler.tree: formatting."
2021-03-03 John Benediktssoncompiler.tree: formatting.
2021-03-03 timorSupport declaring intervals as well as classes for...
next