John Benediktsson
|
aa5623eede
|
math: using ``v.`` instead of ``v* sum`` in a few places.
|
2017-10-24 12:26:39 -07:00 |
Doug Coleman
|
e189954ecc
|
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ;
|
2017-06-02 11:57:05 -05:00 |
John Benediktsson
|
ceb75057da
|
change ERROR: words from throw-foo back to foo.
|
2015-08-13 16:13:05 -07:00 |
Doug Coleman
|
b6be8685c3
|
basis: ERROR: changes.
|
2015-08-13 03:20:39 -07:00 |
Doug Coleman
|
2c257f399c
|
factor: Rename MACRO: and MACRO: to have quot as the output in stack effects.
|
2015-07-18 22:16:11 -07:00 |
Doug Coleman
|
892c62e1dc
|
factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test
|
2015-07-03 09:39:59 -07:00 |
Doug Coleman
|
59f3b1ea57
|
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!"
Needs a bit more work.
This reverts commit 7e54cc2824 .
|
2015-07-02 13:47:06 -07:00 |
Doug Coleman
|
7e54cc2824
|
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
|
2015-07-02 11:36:08 -07:00 |
Doug Coleman
|
352e5de16a
|
core, basis, extra: Remove DOS line endings from files.
Remove whitespace from end of lines.
Add a newline to the end of each file.
|
2015-06-29 17:25:40 -07:00 |
John Benediktsson
|
76761b2e59
|
more minor cleanup.
|
2014-11-30 19:26:23 -08:00 |
John Benediktsson
|
57f9d78892
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -07:00 |
John Benediktsson
|
97b0ad7499
|
math.polynomials: add test for negative p^.
|
2014-01-05 20:08:46 -08:00 |
John Benediktsson
|
6f89c1824d
|
change to in-place reverse.
|
2012-04-24 18:51:46 -07:00 |
John Benediktsson
|
6f1c44b46d
|
Cleanup some lint warnings.
|
2011-10-15 19:19:44 -07:00 |
John Benediktsson
|
1778757fa2
|
Update references to "1 tail" to use "rest".
|
2011-05-03 20:50:23 -07:00 |
Doug Coleman
|
fd7e5ffee8
|
More efficient polyval algorithm in math.polynomials
|
2011-02-12 22:41:13 -06:00 |
Keita Haga
|
5043611252
|
math.polynomials: fix typo in description of pextend-conv word
|
2011-01-18 23:35:52 +09:00 |
Joe Groff
|
8323d7c3ac
|
math.polynomials: unclip drop => rest
|
2010-07-05 20:53:24 -07:00 |
Joe Groff
|
c6fd20b107
|
math.polynomials: update pdiff for no-integers-as-sequences (reported by rswarbrick)
|
2010-07-04 09:23:43 -07:00 |
Doug Coleman
|
f67c62b0e4
|
Fix help lint for math.polynomials
|
2010-04-30 14:04:45 -05:00 |
Doug Coleman
|
e15c02f308
|
Clean up math.polynomials some
|
2010-04-30 08:42:29 -05:00 |
Slava Pestov
|
220dd88a2c
|
Update documentation for new help lint check
|
2010-02-19 12:31:52 +13:00 |
Erik Charlebois
|
8f86cc6e51
|
Made p^ more efficient by repeated squaring instead of repeated multiplication
|
2010-02-13 19:47:44 -08:00 |
Erik Charlebois
|
52230d6c4d
|
Add p^ to polynomial vocab for exponentiation of polynomials
|
2010-02-13 02:35:09 -08:00 |
Slava Pestov
|
df4fb4a3ee
|
Removing integers-as-sequences
|
2010-01-15 07:15:33 +13:00 |
Keith Lazuka
|
405e5d015b
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
Doug Coleman
|
407377fc98
|
rename peek -> last and update all usages
|
2009-05-25 16:38:33 -05:00 |
Joe Groff
|
d90bb0f336
|
cut perlin-noise time in half
|
2009-05-10 10:41:50 -05:00 |
Doug Coleman
|
d168f76ab0
|
remove 1-, 1+, use iota somewhere
|
2009-05-05 23:32:23 -05:00 |
Slava Pestov
|
4ee5815843
|
math.polynomials: use <repetition> instead of <array>
|
2009-05-05 18:34:52 -05:00 |
Slava Pestov
|
efc88c5b69
|
Remove nipd, 3nip, 4nip and tuckd from basis/shuffle
|
2009-02-09 18:11:42 -06:00 |
Doug Coleman
|
3c408342ef
|
renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail
|
2009-01-29 22:19:07 -06:00 |
Slava Pestov
|
f34c14a0f5
|
Remove some usages of tuck
|
2009-01-23 18:20:47 -06:00 |
Aaron Schaefer
|
a1a79aac16
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-11-18 16:05:54 -05:00 |
Aaron Schaefer
|
f59071189c
|
Moved math.polynomials to extra
|
2008-11-18 10:19:29 -05:00 |