17 Commits

Author SHA1 Message Date
josdejong
f1ea498927 Added some more unit tests 2014-03-15 15:27:05 +01:00
josdejong
6621939b0d Fixed broken auto completion in the command line interface 2014-01-18 14:58:30 +01:00
josdejong
fe8d832bed Released version 0.18.0 2014-01-18 14:30:56 +01:00
josdejong
22233d4735 Changed the precision of CLI to 14 digits 2013-11-28 17:21:32 +01:00
josdejong
bcb1eaa790 CLI now outputs values with maximum precision instead of 5. 2013-11-21 09:52:51 +01:00
josdejong
cef51e2819 Changed precision of cli to 5 digits 2013-10-26 15:54:39 +02:00
josdejong
d2e55a0132 Math.js must be instantiated now, static calls are no longer supported 2013-10-26 15:00:06 +02:00
josdejong
9e233e31db Extended docs on complex values and cli 2013-10-08 15:07:21 +02:00
josdejong
2158a28e33 Changed matrix index notation of expression parser from round brackets (...) to square brackets [...] 2013-08-21 13:41:15 +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
josdejong
fdfc6697e1 Implemented constants true, false.
Implemented function boolean(value)
2013-07-21 14:12:37 +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