4118 Commits

Author SHA1 Message Date
josdejong
a68b7bb462 Roadmap updated 2013-05-07 22:20:35 +02:00
josdejong
738bd1350f More tests 2013-05-07 22:06:36 +02:00
josdejong
79aead3899 Added some comments 2013-05-07 20:49:44 +02:00
josdejong
9cf951c092 Implemented streaming input/output for the command line interface 2013-05-07 20:46:21 +02:00
josdejong
29056dd2fb Forgot to commit the code of the cli itself... 2013-05-06 22:38:20 +02:00
josdejong
217eaad838 Changed version number to 0.8.0-SNAPSHOT 2013-05-06 22:30:33 +02:00
josdejong
922e12073b Implemented command line interface. soo coool. 2013-05-06 22:25:00 +02:00
josdejong
84552d133e More tests 2013-05-06 21:54:57 +02:00
josdejong
30274bfec8 Few more tests and type checks 2013-05-05 21:07:25 +02:00
josdejong
a8331f958c math.eval supports variables and multiple expressions now. Removed the readonly option from Parser and Scope. 2013-05-05 20:54:10 +02:00
josdejong
9f91213ea6 Fixed non-working unequal operator != in the parser 2013-05-05 20:22:59 +02:00
josdejong
f0c6bad960 Improved test methods approx.equal and approx.deepEqual. 2013-05-05 18:34:54 +02:00
josdejong
31a034cc2c Splitted all tests in separate files: one file per function 2013-05-05 15:38:28 +02:00
josdejong
e2d7cbb089 Updated version to 0.7.3-SNAPSHOT 2013-05-04 22:30:27 +02:00
josdejong
006fe720a1 Released version 0.7.2 v0.7.2 2013-05-04 21:52:56 +02:00
josdejong
bdaa2c6073 Fixed method unequal, which was checking for equality instead of inequality... (Fixed #9) 2013-05-03 21:58:50 +02:00
josdejong
2d34cb5fc0 Named function 'eval' not allowed in strict mode 2013-04-27 21:18:37 +02:00
josdejong
fc07e50ca3 Updated version number to 0.7.2-SNAPSHOT 2013-04-27 21:13:39 +02:00
josdejong
161adc0495 Released version 0.7.1 v0.7.1 2013-04-27 21:04:55 +02:00
josdejong
d94b8f8cee Simplified the Symbol/Scope 2013-04-27 20:57:58 +02:00
josdejong
bf6b707607 Fixed parser returning NaN instead of throwing an error for a number with multiple decimal separators 2013-04-27 14:26:26 +02:00
josdejong
ef7b68fe47 Fixed Workspace.insertAfter 2013-04-27 13:33:26 +02:00
josdejong
6294fd3540 Some code restructuring in the parser 2013-04-27 12:35:04 +02:00
josdejong
9d0b3c2e67 Added support for chained parameters in the parser 2013-04-27 11:31:20 +02:00
josdejong
553b0690c9 Renamed all expression nodes for better consistency and to prevent further naming collisions 2013-04-27 11:00:26 +02:00
josdejong
d1cc3a3f15 Moved Link to namespace math.expr 2013-04-27 09:41:52 +02:00
josdejong
548708ffaa Improvements in parser and node tree. Implemented Params and Operator. Some first simplifications in Scope 2013-04-26 21:13:54 +02:00
josdejong
5bd7358fd0 More tests added 2013-04-23 22:06:40 +02:00
josdejong
d038477f69 Fixed a few issues such that math.js works on IE6-8 too. 2013-04-22 21:53:10 +02:00
josdejong
2f65e4571c Updated version number to 0.8.0-SNAPSHOT 2013-04-20 18:54:28 +02:00
josdejong
4854eb4979 Fixed broken test v0.7.0 2013-04-20 17:59:57 +02:00
josdejong
2056703477 More detailed error logging on tests 2013-04-20 17:56:14 +02:00
josdejong
6e44b364fb Fixed a broken test 2013-04-20 17:50:11 +02:00
josdejong
afaf2814e4 Released version 0.7.0 2013-04-20 17:44:51 +02:00
josdejong
8e48001e59 Changed second parameter of method import to an object with options. 2013-04-20 15:13:49 +02:00
josdejong
c1ff11f48b Updated matrix example 2013-04-20 14:58:55 +02:00
josdejong
d423ff0382 Added examples on matrices and units 2013-04-20 14:56:08 +02:00
josdejong
597439cc07 Added matrix support for function eval 2013-04-20 14:08:44 +02:00
josdejong
7d5982035b Updated documentation of all methods. Changed cube and square to evaluate matrices element wise. 2013-04-20 14:04:34 +02:00
josdejong
34df0963ae Created a number of example files 2013-04-19 21:43:28 +02:00
josdejong
dfb00c1f48 Description on how to use the parser extended 2013-04-19 20:33:26 +02:00
josdejong
8856f06104 Minor tweaks in code and comments 2013-04-18 21:26:24 +02:00
josdejong
a90b5ffc0b Fixed an error in math.typeof on Internet Explorer. 2013-04-18 21:25:52 +02:00
josdejong
bfb8559fff More unit tests 2013-04-15 22:37:16 +02:00
Jos de Jong
c6b2e436d9 Merge pull request #7 from bkiers/xgcd
Added function xgcd (extended-gcd) + unit tests.
2013-04-15 00:13:40 -07:00
josdejong
47c29dd990 ok ok now this test should work! 2013-04-14 21:37:10 +02:00
josdejong
bd7c9a5216 Removed broken test 2013-04-14 21:35:04 +02:00
josdejong
267307019f Fixed a broken test 2013-04-14 21:32:47 +02:00
Bart Kiers
d032fc02c3 Added function xgcd (extended-gcd) + unit tests. 2013-04-14 21:31:09 +02:00
josdejong
d820305223 Prevent round-off errors in test 2013-04-14 21:24:54 +02:00