4118 Commits

Author SHA1 Message Date
josdejong
8cc9ceb980 Changed all source files into node.js modules 2013-08-05 23:05:23 +02:00
Sebastien Piquemal
1b30476443 random and randomInt more flexible args 2013-08-04 18:32:30 +04:00
Sebastien Piquemal
1c1a84d1cf refactored random, randomInt more tests 2013-08-04 18:06:18 +04:00
josdejong
d9f34677b4 Renamed all test files to *.test.js 2013-08-04 14:46:22 +02:00
josdejong
c5edb419d8 Moved the library builds math.js and math.min.js to subfolder dist 2013-08-04 14:39:42 +02:00
josdejong
6a6b5c3e61 Replaced all x instanceof Array with Array.isArray(x) 2013-08-04 14:30:38 +02:00
josdejong
19b507b9f0 Refactored all code to 2 space indentation 2013-08-04 14:07:47 +02:00
Jos de Jong
3be2a6e68c Merge pull request #47 from sebpiq/random
Merged randomMatrix and random
2013-08-04 04:34:48 -07:00
Sebastien Piquemal
e47f506eef merged with develop 2013-08-04 12:47:28 +04:00
Sebastien Piquemal
dca7208fb1 merged randomMatrix to random 2013-08-04 12:42:01 +04:00
josdejong
0fef35409b Fixed #44: allow multiple unary minus operators after each other 2013-08-03 13:04:54 +02:00
josdejong
3726918ba4 Updated readme and history 2013-08-03 12:42:52 +02:00
josdejong
0102cc3c67 Removed method util.forEach 2013-08-03 12:33:20 +02:00
Jos de Jong
f3ff5540b8 Merge pull request #40 from sebpiq/random
Basic random functions + uniform and normal distribution
2013-08-03 03:07:24 -07:00
Sebastien Piquemal
e2c4248a97 added randomMatrix function 2013-08-02 18:55:59 +04:00
Sebastien Piquemal
10645f01d0 added pickRandom 2013-08-02 17:58:26 +04:00
Sebastien Piquemal
a71250a7dd added argument check 2013-08-02 17:49:21 +04:00
Sebastien Piquemal
27ec472a4d merged with develop 2013-08-02 15:52:22 +04:00
Sebastien Piquemal
c834fbb38a added normal distribution 2013-08-02 15:49:31 +04:00
Sebastien Piquemal
1e356b1c4b bare bones for distributions 2013-08-02 13:54:27 +04:00
josdejong
62825bdbd4 Merge branch 'develop' of github.com:josdejong/mathjs into develop 2013-07-29 09:30:14 +02:00
josdejong
ae55adce2c Fixed #36: zeros are formatted as null 2013-07-29 09:29:27 +02:00
Jos de Jong
de21ef2956 Merge pull request #28 from garrison/patch-1
update Matrix.prototype.resize() doc to refer to "matrix", not "vector"
2013-07-23 13:16:50 -07:00
Jim Garrison
ed285b0ba0 update Matrix.prototype.resize() doc to refer to "matrix", not "vector" 2013-07-23 13:02:46 -07:00
josdejong
3da8bd354d Updated version number to 0.11.2-SNAPSHOT 2013-07-23 21:36:23 +02:00
josdejong
142dca191b Updated history 2013-07-23 21:33:51 +02:00
josdejong
52146f4dc6 Released version 0.11.1 v0.11.1 2013-07-23 21:27:35 +02:00
josdejong
78e24afe28 Added missing dependency on numbers.js in tests 2013-07-23 21:21:11 +02:00
josdejong
07eb556d34 Released version 0.11.0 v0.11.0 2013-07-23 21:11:47 +02:00
josdejong
e9b9f0c4e3 Changed matrix indexes from one-based to zero-based (Fixed #23) 2013-07-21 22:11:11 +02:00
josdejong
efbce864ad Some more tests added 2013-07-21 14:49:51 +02:00
josdejong
fdfc6697e1 Implemented constants true, false.
Implemented function boolean(value)
2013-07-21 14:12:37 +02:00
josdejong
bff08984da Fixed selector not accepting 0 as value (Fixed #24). 2013-07-21 13:28:19 +02:00
josdejong
8dd12403fd Changed version number to 0.10.1-SNAPSHOT 2013-07-08 14:47:17 +02:00
josdejong
e656ec0fb4 Released version 0.10.0 v0.10.0 2013-07-08 14:31:02 +02:00
josdejong
881889dec0 Renamed unaryminus to unary 2013-07-08 14:11:42 +02:00
josdejong
14bcca5b0e Replaced double quotes with single quotes in docs for consistency 2013-07-08 13:53:20 +02:00
josdejong
dcb69a18de Completed end user documentation 2013-07-08 13:47:01 +02:00
josdejong
4f7eda523c Changed all json docs into js files 2013-07-08 12:53:52 +02:00
josdejong
383835b9ae Moved documentation on functions into directory docs/functions 2013-07-08 11:42:48 +02:00
josdejong
6caf9bde29 Added documentation for constants 2013-07-08 11:42:04 +02:00
josdejong
93939bc71a reorganized constants. Added test for constant tau 2013-07-08 10:58:05 +02:00
josdejong
99bc322833 Merge remote-tracking branch 'origin/develop' into develop 2013-07-08 10:50:59 +02:00
Jos de Jong
34941a02cb Merge pull request #19 from palimpsests/patch-1
Updated constants to include tau ( = 2*pi)
2013-07-08 01:50:39 -07:00
Zak Zibrat
0de27b592a Updated constants to include tau ( = 2*pi) 2013-07-07 19:11:30 -07:00
josdejong
a8879df0a8 Added the docs again to the library (yes yes that makes it bigger. We wil enable custom, stripped builds later on) 2013-07-04 13:40:09 +02:00
josdejong
504b1fa9a1 Functions size and squeeze now return a Matrix instead of an Array as output on Matrix input 2013-07-03 14:47:40 +02:00
josdejong
9d246aa021 Fixed a bug in determining node dependencies in function assignments 2013-06-26 21:37:44 +02:00
josdejong
47980ca81b Implemented custom node handler in the parser 2013-06-26 13:19:15 +02:00
josdejong
6fe238c76b Fixed formatting a NaN value 2013-06-16 15:32:36 +02:00