]> gitweb.factorcode.org Git - factor.git/history - basis/math/functions
io.pathnames: go with / on windows for canonicalize-path
[factor.git] / basis / math / functions /
2024-02-07 John Benediktssonmath.functions: change { float integer } ^ to use fpow
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-09-19 John Benediktssonmath.functions: merge integer-sqrt and integer-log...
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.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.functions.integer-logs: remove unused word
2023-05-01 John Benediktssonmath: adding assert-positive and assert-negative
2023-01-20 John BenediktssonSwitch to https urls
2021-12-30 Doug Colemanfactor: Final rename of ranges words and fix up some...
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-01-28 Doug Colemanfactor: trim using lists
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2020-02-26 John Benediktssoncore/basis/extra: update some tags.txt.
2019-11-05 John Benediktssonmath.functions: adding e^-1.
2019-02-24 Doug Colemanmath.functions: add logit function and a test.
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-01-20 John Benediktssonbasis/extra: removing '[ @ ] in favor of _ for fried...
2017-12-28 Doug Colemanmath.functions: nan: -> NAN: oops
2017-12-28 Doug Colemanmath.functions: disable a test.
2017-07-23 Doug Colemantools.test: Fix unit-test~ and a couple of tests.
2017-07-22 Doug Colemanbasis: Add unit-test~ and unit-test-v~ for testing...
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 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...
2016-07-30 Alexander Iljinmath.functions-docs: fix wording for abs and absq
2016-03-19 John Benediktssonmath: rename fast-gcd to simple-gcd.
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-07-30 John Benediktssonmath.ratios: moving to core.
2015-07-19 John Benediktssonmath: moving >fraction to math.
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-06-02 John Benediktssonmath.functions: some silly cleanup.
2014-12-05 John Benediktssonmath.functions: minor cleanup to (gcd).
2014-07-22 Björn Lindqvistkernel: new combinator 2with = with with
2014-05-24 John Benediktssonimprove help by linking to types directly.
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-07-24 John Benediktssonmath.functions: whoops, back out mistaken commit.
2013-07-24 John Benediktssonswitch some vocabs to 4 spaces.
2013-04-24 John Benediktssonmath.functions: implement ldexp.
2013-04-02 John Benediktssonmath.functions: remove round-to.
2013-03-29 John Benediktssonmath.functions: faster >rect by specializing for complex.
2013-03-26 John Benediktssonmath.functions: clarify rounding behavior.
2013-03-26 John Benediktssonmath.functions: speed up round (thanks Loryn Jenkins!)
2013-01-30 John Benediktssonmath.functions: adding "round-to".
2012-09-11 John Benediktssonmath.ratios: speed up some operations on ratios.
2012-08-31 John Benediktssonmath.functions: faster (integer) m^n.
2012-08-13 John Benediktssonmath.functions: make it clear that 0 = is the more...
2012-08-11 John BenediktssonRevert "math.functions: cleaner rect>."
2012-08-10 John Benediktssonmath.functions: cleaner rect>.
2012-06-22 John Benediktssonmath.functions: minor cleanup.
2012-06-01 John Benediktssonmath.functions: implement copysign.
2012-05-03 John Benediktssonmath.functions: adding generalized signum function...
2012-05-02 Doug Colemanmath.functions: rename exp to e^ to be consistent with...
2012-05-02 Doug Colemanmath.functions: Add e^ and sigmoid functions.
2012-04-19 John Benediktssonmath.functions: adding another test for roots.
2012-04-19 John Benediktssonmath.functions: adding "roots" word to get arbitrary...
2012-04-19 John Benediktssonmath.functions: adding docs and tests for ^mod.
2012-04-05 John BenediktssonRevert "math.functions: simpler without "simple-gcd"."
2012-04-05 John Benediktssonmath.functions: simpler without "simple-gcd".
2012-04-05 John Benediktssonmath: adding a fast-gcd that speeds up all ratio operat...
2011-11-24 Joe Groffuse radix literals
2011-11-07 Doug Colemanmath.functions: flushable and foldable don't do anythin...
2011-10-18 John Benediktssonmath.functions: when gcd is inlined, "gcd nip" is almos...
2011-10-18 John Benediktssonmath.functions: improve stack effect names for gcd*.
2011-10-18 John Benediktssonmath.functions: faster gcd means faster ratios.
2011-09-22 Joe Groffmath.functions: clean up some more to trim back load...
2011-09-22 John Benediktssonmath.functions: inline 'on-bits' per Joe Groff's sugges...
2011-09-22 John Benediktssonmath.functions: rename 'bignum-log-helper'.
2011-09-22 John Benediktssonmath.functions: duplicate on-bits to avoid circular...
2011-09-22 John Benediktssonmath.functions: test log with negative (really) bignums.
2011-09-22 John Benediktssonmath.functions: add forgotten imports and fix between...
2011-09-22 John Benediktssonmath.functions: implement "frexp" and support log of...
2011-08-28 John BenediktssonMerge remote-tracking branch '8byte-jose/win32-unc...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-08-27 John BenediktssonMerge remote-tracking branch 'abeaumont/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
next