337 Commits

Author SHA1 Message Date
josdejong
70b48187a6 Merge branch 'mocha' of github.com:josdejong/mathjs into develop 2013-08-09 20:55:00 +02:00
Sebastien Piquemal
6a6f522a93 refactored test/function/construction to mocha 2013-08-09 14:13:53 +04:00
Sebastien Piquemal
f4e1ad3d6d refactored test/function/complex to mocha 2013-08-09 13:36:29 +04:00
Sebastien Piquemal
1e7603488c refactored refactored tests/functions/arithmetic 2013-08-08 15:31:37 +04:00
josdejong
cf537d693b todo added 2013-08-07 22:55:49 +02:00
josdejong
7298eaac1a Fixed build script 2013-08-07 22:46:02 +02:00
josdejong
e1f890e1f6 Added a ton of semicolons ;) 2013-08-07 20:52:43 +02:00
Sebastien Piquemal
fd2b5f246f refactored tests/expr 2013-08-07 21:27:20 +04:00
Sebastien Piquemal
54a7a667cd Merge pull request #57 from sebpiq/develop
Merged in random functions improvements
2013-08-07 09:55:10 -07:00
Sebastien Piquemal
0084920875 merged random functions with develop 2013-08-07 20:37:26 +04:00
Sebastien Piquemal
31e6767824 minor fixes 2013-08-07 20:19:53 +04:00
josdejong
10633d7237 Minor improvements in the static functions of prototypes 2013-08-07 14:42:02 +02:00
josdejong
4b20d7cb88 Directly export prototypes as module.exports 2013-08-07 14:22:44 +02:00
josdejong
283e76e4e9 Packed all functions in a closure (makes them environment independent) 2013-08-07 14:12:07 +02:00
josdejong
38d8091d0c A little restructuring 2013-08-07 09:06:36 +02:00
josdejong
509cba8076 Fixed Selector initialization 2013-08-06 22:34:20 +02:00
josdejong
fe06d514e0 Created shared module math.js for all functions (resolves circular references) 2013-08-06 21:50:15 +02:00
josdejong
cf2b64bc7b Build script 'dist' created 2013-08-06 02:14:44 +02:00
josdejong
ecdb8524ce Docs rewritten to modules 2013-08-06 02:14:10 +02:00
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