jos
|
6994c00593
|
Released version 1.5.0
|
2015-03-28 16:23:03 +01:00 |
|
jos
|
1990edc90f
|
Added docs and and example on sparse matrices
|
2015-03-28 15:55:59 +01:00 |
|
jos
|
538ea10e15
|
Changed the json field type name from @type to a safer mathjs.
|
2015-02-18 22:11:54 +01:00 |
|
jos
|
71897e430f
|
Added docs and examples about serialization
|
2015-02-18 22:01:05 +01:00 |
|
jos
|
904f4ed8df
|
Added some docs about converting a unit to a number with the expression parser
|
2015-01-05 21:07:00 +01:00 |
|
jos
|
0cdbd9022b
|
Updated chaining example in the readme. Updated comments in some examples
|
2014-12-26 11:32:15 +01:00 |
|
jos
|
8e16cef441
|
Released version 1.2.0
|
2014-12-25 20:07:36 +01:00 |
|
jos
|
e3b74d4ff8
|
Some reorganisation in the docs
|
2014-12-25 20:04:26 +01:00 |
|
jos
|
8b253f050b
|
Renamed function select to chain
|
2014-12-25 17:05:29 +01:00 |
|
Favian Contreras
|
baba377619
|
Did slightly more testing than previously commited (matrices).
|
2014-11-25 02:49:55 -08:00 |
|
jos
|
0733e00be9
|
Added example expression_trees.js
|
2014-11-15 13:42:07 +01:00 |
|
jos
|
e1b3effb90
|
Released version 1.0.0. whohooo
|
2014-09-04 21:27:07 +02:00 |
|
jos
|
a172b52fdc
|
Renamed raw to rawArgs (see #207)
|
2014-08-18 09:02:04 +02:00 |
|
jos
|
4370629159
|
Documented function transforms and custom argument parsing
|
2014-08-17 11:44:14 +02:00 |
|
jos
|
4a98f6efd4
|
Updated docs
|
2014-08-16 18:00:23 +02:00 |
|
jos
|
8f9995cd37
|
Changed default value of the option wrap of function math.import to false, and fixed a but in math.import
|
2014-08-16 17:56:13 +02:00 |
|
jos
|
7f6b13a797
|
Changed the default value of new entries in resized matrices to zero.
|
2014-08-12 22:35:56 +02:00 |
|
jos
|
8a12c8e9bc
|
Fixed #200: A new instanceof of math.js must now be created as math.create([options]) instead of math([options])
|
2014-08-03 21:42:12 +02:00 |
|
jos
|
fa10724b95
|
Bumped version number to v0.25.1-SNAPSHOT
|
2014-07-01 20:47:57 +02:00 |
|
jos
|
9d2ac66ca1
|
Added a section on implicit multiplication
|
2014-07-01 10:57:40 +02:00 |
|
jos
|
3cc93fd0b9
|
Minor tweaks in the examples
|
2014-07-01 10:28:31 +02:00 |
|
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 |
|
jos
|
b9ec058af0
|
Released version 0.23.0
|
2014-06-10 21:43:08 +02:00 |
|
jos
|
91cdad78b7
|
Removed automatic assignment of expression results to variable ans
|
2014-06-08 21:55:38 +02:00 |
|
jos
|
2f467002d8
|
Upgraded to decimal.js v3.0.0. Fixed #189: not being able to load math.js using require.js.
|
2014-06-05 21:21:14 +02:00 |
|
jos
|
0c9cdea866
|
Released version 0.22.0
|
2014-05-22 22:20:18 +02:00 |
|
jos
|
44a84c4707
|
Updated docs, added MathJax example
|
2014-05-20 21:33:10 +02:00 |
|
jos
|
b211042e39
|
Fixed typo
|
2014-05-08 21:20:37 +02:00 |
|
jos
|
9d44c4fadd
|
Added a few advanced examples
|
2014-05-08 21:18:29 +02:00 |
|
jos
|
127f00cbfb
|
Added example code for polar coordinates
|
2014-04-16 10:22:31 +02:00 |
|
josdejong
|
45550e5ffb
|
Changed configuration option decimals to precision
|
2014-04-06 11:14:01 +02:00 |
|
josdejong
|
d19e7ea570
|
Switched to module decimal.js for BigNumber support, instead of bignumber.js.
|
2014-04-04 21:08:33 +02:00 |
|
josdejong
|
f568ae75c1
|
More unit tests added
|
2014-04-03 20:58:43 +02:00 |
|
josdejong
|
f1ea498927
|
Added some more unit tests
|
2014-03-15 15:27:05 +01:00 |
|
josdejong
|
b7826bf65a
|
Implemented function compile
|
2014-02-15 17:59:19 +01:00 |
|
josdejong
|
b214cdbd54
|
Fixed broken example old_browsers.html
|
2014-01-20 16:12:07 +01:00 |
|
josdejong
|
97be029d6e
|
Removed need to use the function keyword for function assignments in the expression parser
|
2014-01-18 11:18:29 +01:00 |
|
josdejong
|
d4e8d2064f
|
Created a web worker example
|
2014-01-11 11:47:46 +01:00 |
|
josdejong
|
efdcfbab16
|
Moved browser examples to a separate directory
|
2014-01-11 11:46:57 +01:00 |
|
josdejong
|
bc157eb400
|
Updated docs and examples
|
2014-01-07 21:44:00 +01:00 |
|
josdejong
|
bc05d8b9e8
|
Changed matrix index notation of expression parser from round brackets to square brackets
|
2014-01-05 21:52:13 +01:00 |
|
josdejong
|
af04f24882
|
Updated docs and examples for renamed operator to.
|
2013-12-21 21:30:10 +01:00 |
|
josdejong
|
d8f3b97e9f
|
Fixed support for old browsers (IE6 - IE8), compatible when using es5-shim.
|
2013-12-12 10:24:07 +01:00 |
|
josdejong
|
f2f1ae1f72
|
Renamed and flattened configuration settings
|
2013-12-07 11:39:45 +01:00 |
|
josdejong
|
7b3e822d3f
|
Fixed a typo in the bignumbers example
|
2013-11-28 20:12:45 +01:00 |
|
josdejong
|
390d597ab2
|
Fixed an example
|
2013-11-28 17:27:41 +01:00 |
|
josdejong
|
fb5e41bf65
|
Extended bignumber examples
|
2013-11-21 14:12:31 +01:00 |
|
josdejong
|
b366d97a20
|
Function resize now has an extra optional parameter defaultValue
|
2013-11-21 12:09:12 +01:00 |
|
josdejong
|
d3d9148489
|
Outputting all results now
|
2013-11-16 22:39:00 +01:00 |
|
josdejong
|
fa661785a6
|
more examples added for big numbers
|
2013-11-16 22:37:51 +01:00 |
|