]> gitweb.factorcode.org Git - factor.git/history - basis/math
Add Wombat theme, put it and Base16 theme in OS X menu
[factor.git] / basis / math /
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...
2021-03-02 John Benediktssonmath: fix some help-lint warnings.
2021-01-28 Doug Colemanfactor: trim using lists
2020-12-13 John Benediktssonmath.combinatorics: IN: definitions not needed in docs.
2020-12-13 John Benediktssonmath.matrices: adding matrix-map-index.
2020-12-11 John Benediktssonmath.combinatorics: fix $values for all-selections.
2020-12-11 John Benediktssonmath: rename selections to all-selections.
2020-11-24 John Benediktssonmath.statistics: adding some range sum-of tests.
2020-11-24 John Benediktssonmath.statistics: faster sum-of for ranges.
2020-11-24 John Benediktssonmath.statistics: sum-of-squares, sum-of-cubes, sum...
2020-11-21 Doug Colemanmath.matrices: Fix more docs.
2020-11-20 Doug Colemandocs: fix string issue
2020-11-19 John Benediktssonmove fry/macros/memoize/locals to core.
2020-11-04 John Benediktssonmath.ranges: experiment with some new syntax.
2020-10-09 Doug Colemanmath.statistics: Fix bug for ncdg division by zero.
2020-10-07 Doug Colemanmath.statistics: Add discounted cumulative gain and...
2020-09-15 John Benediktssonmath.complex: update test using.
2020-09-15 John Benediktssonmath.complex: move malformed-complex and parse-complex...
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2020-08-05 John Benediktssonmath.bitwise: remove duplicate logic in bitfield.
2020-06-13 Doug Colemanmath.bitwise: Fix example for bitfield*
2020-06-13 Doug Colemanmath.bitwise: I can't implement ``bitfield*`` as `...
2020-05-02 John Benediktssonmath.bitwise: some docs cleanup.
2020-05-02 Doug Colemanmath.bitwise: Add some more docs to find bits form...
2020-05-02 Doug Colemanmath.bitwise: Add an in-order bitfield word called...
2020-04-19 Doug Colemanmath.bitwise: Fix shift "right" to shift "left" for...
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.vectors: rename "h." to "hdot"
2020-02-26 John Benediktssonmath.vectors.simd: fix typo in simd vdot intrinsic.
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-02-17 John Benediktssonhelp.markup: adding a $slots word to document slots...
2020-02-13 John Benediktssonhelp: add more bold table headings.
2020-02-06 John Benediktssonmath.statistics: adding interquartile-range, midhinge...
2020-01-29 John Benediktssonmath.matrices: use any? and all? directly in tests.
2020-01-29 John Benediktssonmath.matrices: update using on tests.
2020-01-29 John Benediktssonmath: use sorted-histogram values in a few places.
2019-12-08 Cat Stevensmath.matrices: rewrite, modernize and overhaul
2019-11-07 John Benediktssonmath.primes.factors: flush in unix-factor.
2019-11-07 John Benediktssonmath.floats.half: improve the roundtrip of subnormal...
2019-11-05 John Benediktssonmath.functions: adding e^-1.
2019-10-31 John Benediktssonmath.intervals: workaround possible compiler bug by...
2019-10-31 John Benediktssonmath.intervals: simplify interval-bitand.
2019-10-31 John Benediktssonmath.partial-dispatch: simplify using fry.
2019-10-31 John Benediktssonmath.intervals: improve interval-bitand.
2019-10-30 John Benediktssonmath.intervals: remove extra non-interval tests.
2019-10-30 timormath.intervals.tests: clean up literal syntax
2019-10-30 timormath.intervals: more exact interval-bitxor operation
next