]> gitweb.factorcode.org Git - factor.git/history - basis/math
arm.64.factor: extra semicolon removed
[factor.git] / basis / math /
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
2019-10-30 timormath.intervals: more exact interval-bitor operation
2019-10-25 John Benediktssonmath.vectors: use $sequence in docs.
2019-10-24 John Benediktssonmath.floats.env: use $sequence in docs.
2019-09-09 timormath.intervals: Consistent handling of special intervals
2019-04-23 Alexander Iljincontinuations[-docs]: add the finally word
2019-02-24 Doug Colemanmath.functions: add logit function and a test.
2018-07-14 Doug Colemanfactor: Make source files/resources 644 instead of...
2018-07-07 Doug Colemandocs: Fix help-lint-all mistakes.
2018-07-04 Doug Colemanmath.matrices: Add some more matrix norms.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-06-03 Cat Stevensmath.functions docs: add logn to "powers and logarithms...
2018-03-22 John Benediktssonmath.functions: one line logn
2018-03-22 Cat Stevensbasis/math: add logn to math.functions (fix #1981)
2018-02-25 John Benediktssonmore test IN: cleanup.
2018-02-24 Björn Lindqvistmath.statistics: the sample and population mean is...
2018-02-24 Björn Lindqvistmath.matrices: rename for consistency
2018-02-15 John Benediktssonfix some tests broken by previous commit.
2018-02-15 John Benediktssonmore test IN: cleanup.
2018-02-15 John Benediktssonmore test IN: cleanup.
2018-02-14 John Benediktssoncore/basis/extra: use none?.
2018-01-23 John Benediktssonmath.bitwise: add >signed to docs next to >even, >odd.
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^
next