|  sheeple | 26c002d23f | Fix fixnum* problem; result was shifted to the right by 3 bits if both input registers were equal | 2008-11-29 00:44:46 -06:00 | 
				
					
						|  Doug Coleman | 3e59cca630 | use math.bitwise here, add a couple tests | 2008-11-29 00:44:39 -06:00 | 
				
					
						|  John Benediktsson | 8644816f2a | Merge branch 'master' of git://factorcode.org/git/factor | 2008-11-20 11:18:02 -08:00 | 
				
					
						|  Slava Pestov | 281657dd82 | Fix conflict | 2008-11-18 22:18:14 -06:00 | 
				
					
						|  Doug Coleman | cba8f2a860 | swap . . -> [ . ] bi@ | 2008-11-18 14:09:50 -06:00 | 
				
					
						|  Doug Coleman | 054dce145c | fix polynomial help lint | 2008-11-18 14:00:27 -06:00 | 
				
					
						|  Aaron Schaefer | 197bb70893 | Move math.statistics to extra | 2008-11-18 10:31:07 -05:00 | 
				
					
						|  Aaron Schaefer | 47d268d894 | Remove documentation duplication in math.statistics | 2008-11-18 10:30:11 -05:00 | 
				
					
						|  Aaron Schaefer | c3f05eaaa1 | Move math.quaternions to extra | 2008-11-18 10:22:48 -05:00 | 
				
					
						|  Aaron Schaefer | 1ffc6051cd | Move math.blas to basis | 2008-11-18 10:22:16 -05:00 | 
				
					
						|  Aaron Schaefer | 5869a1aab4 | Move math.combinatorics to basis | 2008-11-18 10:20:44 -05:00 | 
				
					
						|  Aaron Schaefer | f59071189c | Moved math.polynomials to extra | 2008-11-18 10:19:29 -05:00 | 
				
					
						|  Aaron Schaefer | fd95e64125 | Cleanup polynomials and add documentation | 2008-11-18 10:13:57 -05:00 | 
				
					
						|  Aaron Schaefer | e17f519480 | Minor documentation fixes | 2008-11-17 22:51:57 -05:00 | 
				
					
						|  Aaron Schaefer | a7551efd02 | Add documentation for math.quaternions | 2008-11-17 21:12:10 -05:00 | 
				
					
						|  Aaron Schaefer | 6161d99637 | Replace nested >r r> with spread in math.statistics | 2008-11-17 18:48:19 -05:00 | 
				
					
						|  Slava Pestov | 2fe364a7bb | Specialized arrays work in progress | 2008-11-14 20:18:16 -06:00 | 
				
					
						|  John Benediktsson | 55c67b4851 | Merge branch 'master' of git://factorcode.org/git/factor | 2008-11-14 14:10:04 -08:00 | 
				
					
						|  Doug Coleman | aff4c9bda3 | Merge branch 'master' of git://factorcode.org/git/factor | 2008-11-11 13:07:26 -06:00 | 
				
					
						|  Doug Coleman | 4caf275b1f | clean up math.floating-point | 2008-11-11 13:05:48 -06:00 | 
				
					
						|  Slava Pestov | 4c0f2cc3f5 | Move factor-2s from miller-rabin to math.functions; use it to make ^ more efficient | 2008-11-11 11:30:47 -06:00 | 
				
					
						|  Aaron Schaefer | e813e1df18 | Add unit tests for math.derivatives | 2008-11-09 21:42:59 -05:00 | 
				
					
						|  Aaron Schaefer | 930458ebd7 | Move fft/haar transforms to their own subdirectory | 2008-11-09 21:42:01 -05:00 | 
				
					
						|  Aaron Schaefer | 46692390d4 | Cleanup math.compare docs and tests | 2008-11-09 21:00:36 -05:00 | 
				
					
						|  Aaron Schaefer | 9a3c10d212 | Add documentation for math.analysis | 2008-11-09 19:22:04 -05:00 | 
				
					
						|  Aaron Schaefer | e5c155338f | Fix short-circuit usage in number>text | 2008-11-09 17:23:24 -05:00 | 
				
					
						|  Aaron Schaefer | f20ab6f4e8 | Refactor of math.statistics | 2008-11-09 17:16:30 -05:00 | 
				
					
						|  Aaron Schaefer | 326ce8c71b | Update >r r> to dip in math.quaternions | 2008-11-08 16:47:58 -05:00 | 
				
					
						|  Aaron Schaefer | 774cb858d5 | Small updates to math.primes | 2008-11-08 16:34:39 -05:00 | 
				
					
						|  Aaron Schaefer | 798139f2e7 | Minor polynomials cleanup, could use refactoring | 2008-11-08 16:03:52 -05:00 | 
				
					
						|  Aaron Schaefer | 23ec6ef122 | Minor stack shuffling changes | 2008-11-08 15:30:28 -05:00 | 
				
					
						|  John Benediktsson | 2957d1cd01 | Merge branch 'master' of git://factorcode.org/git/factor | 2008-11-06 22:36:05 -08:00 | 
				
					
						|  Aaron Schaefer | 380cd2d3b0 | Clean up of math.finance | 2008-11-07 01:36:02 -05:00 | 
				
					
						|  Aaron Schaefer | 2fafae5013 | Refactor and clean up of math.fft | 2008-11-07 01:35:17 -05:00 | 
				
					
						|  Aaron Schaefer | 67ce49dc59 | Update syntax for extra/math vocabs | 2008-11-07 01:24:32 -05:00 | 
				
					
						|  Aaron Schaefer | 8ec695332a | Add reverse haar wavelet transform and tests | 2008-11-06 23:21:19 -05:00 | 
				
					
						|  Slava Pestov | 666100a07b | Tweak euler043 to run in constant space, add new each-permutation and reduce-permutations combinators to math.combinatorics | 2008-11-06 11:07:19 -06:00 | 
				
					
						|  Aaron Schaefer | 636c344eb0 | Cleanup of math.analysis | 2008-11-06 01:20:08 -05:00 | 
				
					
						|  Aaron Schaefer | 15257b91ac | Refactor math.text.english using new combinators | 2008-11-05 22:59:06 -05:00 | 
				
					
						|  John Benediktsson | 8ef0a51def | Merge branch 'master' of git://factorcode.org/git/factor | 2008-10-31 00:33:37 -07:00 | 
				
					
						|  Doug Coleman | cfd1978aaa | checkin so i can work with this elsewhere | 2008-10-21 21:51:54 -05:00 | 
				
					
						|  John Benediktsson | 229598e018 | Merge branch 'master' of git://factorcode.org/git/factor | 2008-10-03 07:13:26 -07:00 | 
				
					
						|  Doug Coleman | 56a0af9628 | initial math cleanup | 2008-10-03 02:19:03 -05:00 | 
				
					
						|  John Benediktsson | 1c76a6865a | math-binpack: Some cleanups recommended on IRC. | 2008-10-01 23:44:45 -07:00 | 
				
					
						|  John Benediktsson | bce227c8f3 | math-binpack: Fix incorrect array size, and update tests. | 2008-10-01 20:05:08 -07:00 | 
				
					
						|  John Benediktsson | b0ad7dfebc | Adding bin-packing routines in extra/math/binpack. | 2008-10-01 19:58:53 -07:00 | 
				
					
						|  John Benediktsson | 0c030d70ea | Moving enumerate to sequences-lib. | 2008-09-25 21:25:27 -07:00 | 
				
					
						|  John Benediktsson | 5bb148fd10 | Removing distribute word from math-finance. | 2008-09-25 13:15:39 -07:00 | 
				
					
						|  John Benediktsson | fe95fb813e | Adding distribute word to math-finance. | 2008-09-24 12:24:01 -07:00 | 
				
					
						|  John Benediktsson | 934833287d | Simplified math-compare by using bi@. | 2008-09-23 21:24:04 -07:00 | 
				
					
						|  John Benediktsson | 8ad11e7906 | Adding copyrights. | 2008-09-23 14:50:28 -07:00 | 
				
					
						|  John Benediktsson | 78b5e36cac | Adding math-compare vocabulary. | 2008-09-23 14:36:21 -07:00 | 
				
					
						|  John Benediktsson | 2521de100d | Some improvements to math-finance based on feedback. | 2008-09-23 14:10:04 -07:00 | 
				
					
						|  John Benediktsson | 7435df7684 | Adding first version of math.finance. | 2008-09-23 10:33:36 -07:00 | 
				
					
						|  Slava Pestov | c689ef53d8 | Minor cleanup | 2008-09-22 21:31:15 -05:00 | 
				
					
						|  Slava Pestov | 379566374c | Fix usages of nths | 2008-09-12 18:15:22 -05:00 | 
				
					
						|  Slava Pestov | cf80dd122a | Updating code for make and fry changes | 2008-09-10 22:11:40 -05:00 | 
				
					
						|  Doug Coleman | ad890e8a31 | if-empty changes | 2008-09-06 17:15:25 -05:00 | 
				
					
						|  Slava Pestov | 05f47c1aaf | Prettyprinter now emits assoc-form tuples unless boa-tuple? is on | 2008-09-06 03:23:54 -05:00 | 
				
					
						|  Slava Pestov | bcc8483b5b | Move match to basis since compiler.tree.debugger uses it, fix conflict | 2008-09-05 19:48:44 -05:00 | 
				
					
						|  Slava Pestov | aea0fed14c | Fixing basis -> extra dependencies | 2008-09-05 19:29:14 -05:00 | 
				
					
						|  Doug Coleman | 89386ae636 | left-trim -> trim-left | 2008-09-05 18:56:57 -05:00 | 
				
					
						|  Slava Pestov | 4f86c5ce7f | Add unportable tags to blas for now | 2008-09-03 20:09:39 -05:00 | 
				
					
						|  Doug Coleman | 13722dd4a8 | fix help | 2008-09-02 15:34:40 -05:00 | 
				
					
						|  Doug Coleman | 591839db9c | fix tests | 2008-09-02 15:10:37 -05:00 | 
				
					
						|  Doug Coleman | 8d260bb01b | fix test | 2008-09-02 15:10:02 -05:00 | 
				
					
						|  Doug Coleman | 4dc89ae427 | fix tests | 2008-09-02 13:07:37 -05:00 | 
				
					
						|  Slava Pestov | 88aa1def35 | More a UI dependency to basis | 2008-08-31 20:13:06 -05:00 | 
				
					
						|  Slava Pestov | f37546a5e7 | Merge branch 'master' of git://factorcode.org/git/factor | 2008-08-31 03:09:37 -05:00 | 
				
					
						|  Slava Pestov | 5a0e548a47 | Merge branch 'master' of git://repo.or.cz/factor/jcg | 2008-08-31 03:09:23 -05:00 | 
				
					
						|  Doug Coleman | cde71318ab | new accessors | 2008-08-31 02:52:11 -05:00 | 
				
					
						|  Joe Groff | da3677dafb | Change -in-place words in math.blas to use the "!" convention for destructive words. Update the math.blas documentation to match the expectations of help.lint | 2008-08-30 18:54:04 -07:00 | 
				
					
						|  Doug Coleman | cec45e524e | fix docs | 2008-08-30 15:20:32 -05:00 | 
				
					
						|  Doug Coleman | 7578efaeec | fix docs | 2008-08-30 15:05:21 -05:00 | 
				
					
						|  Doug Coleman | 6431ab9064 | fix stack effects in math.blas.syntax | 2008-08-30 10:26:54 -05:00 | 
				
					
						|  Slava Pestov | a015de663b | Inline some words for better optimizations | 2008-08-29 00:26:56 -05:00 | 
				
					
						|  Slava Pestov | 1997cbe9aa | Fixing libraries for language changes | 2008-08-28 22:28:01 -05:00 | 
				
					
						|  Slava Pestov | 8346554b07 | Minor updates | 2008-08-27 16:24:04 -05:00 | 
				
					
						|  Slava Pestov | 8aa6f673aa | Optimizations and load fixes | 2008-08-24 03:59:37 -05:00 | 
				
					
						|  Slava Pestov | e96228b24c | Move a few UI dependencies into basis | 2008-08-22 22:10:49 -05:00 | 
				
					
						|  Doug Coleman | e033d2e1b7 | Merge branch 'master' of git://factorcode.org/git/factor | 2008-08-13 21:33:27 -05:00 | 
				
					
						|  Slava Pestov | bb76f2f617 | Fix combinatorics tests | 2008-08-13 18:57:57 -05:00 | 
				
					
						|  Slava Pestov | f683c63da1 | Fix code duplication | 2008-08-13 14:20:09 -05:00 | 
				
					
						|  Rex Ford | 6f767add2c | documentation for scientists | 2008-08-12 12:00:54 -04:00 | 
				
					
						|  Rex Ford | 359bff5f15 | Derivatives without dynamics OR locals | 2008-08-12 11:24:00 -04:00 | 
				
					
						|  Rex Ford | 6df077805d | minor fixes | 2008-08-10 18:20:14 -05:00 | 
				
					
						|  Rex Ford | a44097af93 | combinators should inline | 2008-08-10 16:49:40 -05:00 | 
				
					
						|  Rex Ford | 8785b24e04 | Now with arbitrary accuracy | 2008-08-10 16:44:17 -05:00 | 
				
					
						|  Slava Pestov | bd35994d3c | Merge branch 'master' of git://factorforge.org/git/drford | 2008-08-06 22:42:22 -05:00 | 
				
					
						|  Rex Ford | 5a9f05e227 | it's all me, baby | 2008-08-06 01:09:36 -05:00 | 
				
					
						|  Rex Ford | e1f8e318bd | that's me | 2008-08-06 01:08:40 -05:00 | 
				
					
						|  Slava Pestov | 3430c69c1e | Re-organize persistent data structures | 2008-08-06 01:06:14 -05:00 | 
				
					
						|  Rex Ford | 2b2a91db0a | erased extra vocabs, added inversed function support | 2008-08-02 14:02:33 -04:00 | 
				
					
						|  Rex Ford | 0e34b0259a | Now with statistically unbiased approx. | 2008-08-02 13:57:59 -04:00 | 
				
					
						|  Rex Ford | 5ddb166caa | renamed some defs | 2008-08-02 13:57:17 -04:00 | 
				
					
						|  Slava Pestov | d66f887736 | Create basis vocab root | 2008-07-28 22:03:13 -05:00 | 
				
					
						|  Slava Pestov | 10322c11e3 | Merge branch 'master' of git://repo.or.cz/factor/jcg | 2008-07-27 16:56:29 -05:00 | 
				
					
						|  Eduardo Cavazos | 96d7fd11dc | math.geometry.rect: Add corner words | 2008-07-27 00:10:34 -05:00 | 
				
					
						|  Joe Groff | b41e619f77 | Merge branch 'master' of git://factorcode.org/git/factor | 2008-07-24 18:48:37 -07:00 | 
				
					
						|  Slava Pestov | f53baa2529 | Merge commit 'drford/master' | 2008-07-24 00:11:55 -05:00 |