jos
|
7d84e4daf0
|
Math.js now immediately returns a default instance of mathjs, no need to create an instance every time you want to use the library.
|
2014-06-20 23:11:14 +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
|
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
|
d038477f69
|
Fixed a few issues such that math.js works on IE6-8 too.
|
2013-04-22 21:53:10 +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
|
2b4765433f
|
Added a test file to test the minified library
|
2013-03-11 20:53:01 +01:00 |
|