slava
|
a6a8408c15
|
More module system tweaks
|
2006-06-19 01:02:35 +00:00 |
slava
|
0205234638
|
New module system
|
2006-06-19 00:58:11 +00:00 |
slava
|
59c64064a7
|
Updating contrib/math/ for latest changes
|
2006-06-15 05:36:48 +00:00 |
slava
|
593165784b
|
Remove unswons word
|
2006-05-09 15:30:26 +00:00 |
erg
|
ba13bb7eea
|
crypto improvements, and blum blum shub
|
2006-02-27 05:04:25 +00:00 |
slava
|
9e5b6424a1
|
Initial revision
|
2006-02-01 02:31:53 +00:00 |
Doug Coleman
|
7b33785b03
|
fixed a stupid implementation of nth-root
|
2006-01-28 18:41:45 +00:00 |
Doug Coleman
|
5046604b01
|
inf -> 1./0.
|
2006-01-27 15:17:32 +00:00 |
Trent Buck
|
0dbba3e2d1
|
Bring infix.factor up to date for 0.80.
|
2006-01-25 02:52:17 +00:00 |
Doug Coleman
|
d31a7903f5
|
nth-rand
|
2006-01-23 23:53:58 +00:00 |
Doug Coleman
|
3d4d17a5be
|
initial checkin
|
2006-01-23 22:55:36 +00:00 |
Trent Buck
|
8914e9b640
|
Use run-resource for code distributed with Factor; run-file is for user code.
|
2006-01-21 06:04:03 +00:00 |
Trent Buck
|
0b721bb542
|
Don't compile contrib/ files until the very end; reduces compile time considerably.
|
2006-01-20 01:27:38 +00:00 |
Slava Pestov
|
d0d12e9462
|
many contrib/ fixes by Trent Buck
|
2006-01-18 19:06:34 +00:00 |
Slava Pestov
|
3d4be6e4c7
|
minor tweaks
|
2006-01-17 08:08:47 +00:00 |
Doug Coleman
|
10359f2d96
|
fixed number-sort
|
2006-01-13 08:04:04 +00:00 |
Slava Pestov
|
712ec2ce29
|
finished math word docs
|
2006-01-12 05:34:56 +00:00 |
Slava Pestov
|
808c7a7f57
|
collections chapter almost done
|
2006-01-02 05:51:03 +00:00 |
Slava Pestov
|
dec98203d3
|
remove repetitions
|
2005-12-24 23:29:31 +00:00 |
Slava Pestov
|
3174f87b67
|
minor cleanups all over the place
|
2005-12-10 06:02:13 +00:00 |
Slava Pestov
|
c5888330d6
|
new polyval
|
2005-12-08 00:43:29 +00:00 |
Doug Coleman
|
6adba3fbf0
|
Some code cleanup only
|
2005-11-17 09:31:36 +00:00 |
Doug Coleman
|
40d531679a
|
Removed some crap group-map stuff
|
2005-11-17 00:41:27 +00:00 |
Doug Coleman
|
e5ea678b53
|
More tests
|
2005-11-17 00:40:55 +00:00 |
Doug Coleman
|
9b2566eaf6
|
Changed some maps to reduces
|
2005-11-17 00:40:45 +00:00 |
Doug Coleman
|
dd76617991
|
Added group-map and skip-map, nseq-swap
|
2005-11-17 00:39:51 +00:00 |
Doug Coleman
|
4b607b6b3e
|
Range now uses minmax
|
2005-11-13 19:07:59 +00:00 |
Doug Coleman
|
2cceac0bd8
|
Simpsons rule
|
2005-11-09 22:48:55 +00:00 |
Doug Coleman
|
99202ea76f
|
Rect/trapezoidal integration
Updated load.factor
|
2005-11-08 01:27:34 +00:00 |
Doug Coleman
|
f574eb714b
|
Added <frange>
|
2005-11-08 01:26:32 +00:00 |
Doug Coleman
|
8a834768f8
|
Removed "IN: dimensions"
|
2005-11-07 00:32:59 +00:00 |
Doug Coleman
|
9e5fe4d7c8
|
Added test case for { 0 } { } p* etc
|
2005-11-01 06:28:49 +00:00 |
Doug Coleman
|
be5c45048c
|
Fix { 0 } { } p* etc
|
2005-11-01 06:28:29 +00:00 |
Doug Coleman
|
45c08997d8
|
Fixed p* to work with empty input
Removed tabs
|
2005-11-01 06:21:55 +00:00 |
Slava Pestov
|
37ad0a4ed2
|
fix pdiff
|
2005-11-01 00:54:03 +00:00 |
Doug Coleman
|
730f39ee23
|
Median uses /i now instead of /
|
2005-10-31 18:13:27 +00:00 |
Doug Coleman
|
0d548ded75
|
Polynomials work with arrays or vectors as input. Output is not standardized to arrays or vectors yet
|
2005-10-31 18:13:06 +00:00 |
Slava Pestov
|
55d74eeb1f
|
remove redundant inv word; exp-int word from FSL
|
2005-10-31 06:10:09 +00:00 |
Slava Pestov
|
1a59d2f44f
|
statistics tweaks
|
2005-10-31 05:41:17 +00:00 |
Slava Pestov
|
2f8804ecdd
|
fix httpd loading, update examples to work, fix status bar bug
|
2005-10-30 22:59:51 +00:00 |
Slava Pestov
|
23738087aa
|
big syntax change: vectors are now V{ }, hashtables are now H{ }, tuples T{ }, wrappers W{ }, complexes C{ }, arrays { }
|
2005-10-30 03:25:38 +00:00 |
Slava Pestov
|
867ccbe0b4
|
use array literals instead of vector literals
|
2005-10-29 20:53:47 +00:00 |
Daniel Ehrenberg
|
189647bb67
|
various changes
|
2005-10-27 21:13:14 +00:00 |
Doug Coleman
|
a51e830088
|
Added nth-root, renamed polynomial to polynomials
|
2005-10-26 02:40:04 +00:00 |
Doug Coleman
|
70daee0457
|
Statistics tests
Added USING: math-contrib
|
2005-10-26 02:25:43 +00:00 |
Doug Coleman
|
7982b4d8fd
|
Fixed problem with range
|
2005-10-26 02:15:57 +00:00 |
Doug Coleman
|
483d1951f6
|
Added inv
|
2005-10-26 01:58:59 +00:00 |
Doug Coleman
|
695f1179a7
|
Now with less tabs..
|
2005-10-26 01:56:22 +00:00 |
Doug Coleman
|
74333b12aa
|
Initial checkin
|
2005-10-26 01:54:19 +00:00 |
Doug Coleman
|
53b52d5769
|
Added USING: math-contrib
|
2005-10-23 23:19:45 +00:00 |