25 Commits

Author SHA1 Message Date
josdejong
d2e55a0132 Math.js must be instantiated now, static calls are no longer supported 2013-10-26 15:00:06 +02:00
josdejong
9746dc37c2 Changed matrix indexes of expression parser to one-based (Fixed #66) 2013-08-29 22:11:30 +02:00
josdejong
5a007ef57d Docs, examples, readme updated 2013-08-22 20:59:36 +02:00
josdejong
cf2b64bc7b Build script 'dist' created 2013-08-06 02:14:44 +02:00
josdejong
8cc9ceb980 Changed all source files into node.js modules 2013-08-05 23:05:23 +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
19b507b9f0 Refactored all code to 2 space indentation 2013-08-04 14:07:47 +02:00
josdejong
965ce87401 Removed support for Workspace to keep the library focused 2013-06-14 21:44:35 +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
d038477f69 Fixed a few issues such that math.js works on IE6-8 too. 2013-04-22 21:53:10 +02:00
josdejong
04f51c5beb Implemented Matrix support for all methods 2013-04-01 15:30:25 +02:00
josdejong
fcbe4cb8a4 Implemented getting and setting submatrices in the Parser 2013-04-01 12:55:36 +02:00
josdejong
7a5878c212 Refactored Parser, Scope, and Workspace inside a closure. Added a travis config file. 2013-03-27 20:52:16 +01:00
josdejong
af7360b5e4 Created construction methods for easily creating data types. Moved the data types and parser to another namespace. 2013-03-26 22:06:48 +01:00
josdejong
e64aed8573 Implemented method get, set, resize for Matrix and a lot of other improvements. 2013-03-23 20:08:21 +01:00
josdejong
cf8cf46d63 Renamed methods 'copy' to 'clone' 2013-03-19 20:34:21 +01:00
josdejong
1ebb05254a Fixed an error in determining the best prefix for a unit. 2013-03-16 11:16:06 +01:00
josdejong
4c2c06d979 Implemented Workspace 2013-03-04 19:34:16 +01:00
josdejong
6faacfb120 Moved Complex and Unit to the main namespace math 2013-02-25 20:44:37 +01:00
josdejong
c896eae319 Parser implemented 2013-02-23 23:45:51 +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
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
21386ff3d2 Jake build script implemented 2013-02-16 14:23:37 +01:00