1280 Commits

Author SHA1 Message Date
josdejong
78e14af366 implemented method clone 2013-03-21 21:03:51 +01:00
josdejong
e9bddfd8e2 changed behavior of power operator in the parser from left to right associative. 2013-03-21 09:02:40 +01:00
josdejong
3e29acbee2 data type Matrix created 2013-03-19 22:08:43 +01:00
josdejong
cf8cf46d63 Renamed methods 'copy' to 'clone' 2013-03-19 20:34:21 +01:00
josdejong
d2f605de23 Fixed determining correct prefix for negative units 2013-03-16 12:54:05 +01:00
josdejong
1ebb05254a Fixed an error in determining the best prefix for a unit. 2013-03-16 11:16:06 +01:00
josdejong
69d162df61 Implemented array support for the parser 2013-03-15 23:15:32 +01:00
josdejong
ac2e69ca81 implemented method format 2013-03-14 21:20:53 +01:00
josdejong
4b1eeaf79b parser for complex values improved 2013-03-14 19:57:21 +01:00
josdejong
8a6548027f Implemented array support for all methods 2013-03-13 21:45:05 +01:00
josdejong
3e882c3c0d - Improved the complex number parser
- Improved method typeof
2013-03-12 21:09:46 +01:00
josdejong
2b4765433f Added a test file to test the minified library 2013-03-11 20:53:01 +01:00
josdejong
739c53444a Implemented methods cot, csc, sec 2013-03-06 21:15:54 +01:00
josdejong
4c2c06d979 Implemented Workspace 2013-03-04 19:34:16 +01:00
josdejong
c1fa8d8231 Fixed an issue in the Parser not resolving variables later on when undefined in first instance. 2013-02-25 21:09:05 +01:00
josdejong
6faacfb120 Moved Complex and Unit to the main namespace math 2013-02-25 20:44:37 +01:00
josdejong
ed36dd796b Implemented methods cube, factiorial, log(x, base), log10, sign, square 2013-02-25 20:18:03 +01:00
josdejong
b7030f6463 Added reminders to test newly created methods 2013-02-24 20:59:07 +01:00
josdejong
57c4055458 Implemented methods mod, equal, unequal, smallereq, largereq 2013-02-24 20:51:35 +01:00
josdejong
93e4a9d397 Implemented methods re, im, arg, conj 2013-02-24 20:28:36 +01:00
josdejong
c896eae319 Parser implemented 2013-02-23 23:45:51 +01:00
josdejong
6d79c4dcb1 Added some more tests 2013-02-18 21:33:47 +01:00
josdejong
706284a280 Moved math.js and math.min.js back to the root of the project 2013-02-17 20:27:39 +01:00
josdejong
27b96f31e9 Implemented methods asin, acos, atan 2013-02-17 15:54:48 +01:00
josdejong
b43963949b Moved math.js and math.min.js to folder lib 2013-02-17 13:11:02 +01:00
josdejong
17cb48b7d0 Renamed project from math2 to mathjs 2013-02-17 01:36:22 +01:00
josdejong
97f0c442fa Readme updated 2013-02-16 21:42:04 +01:00
josdejong
b721f4e2ce First few functions implemented (abs, exp, log, sqrt, sin, cos, tan) 2013-02-16 20:59:41 +01:00
josdejong
21386ff3d2 Jake build script implemented 2013-02-16 14:23:37 +01:00
josdejong
42207458ab Test script added 2013-02-15 22:02:17 +01:00