20 Commits

Author SHA1 Message Date
jos
6c7bf4acf0 Removed boolean, string, and null from the list with argument types, only leaving the directly supported types (which types can be converted to supported types is determined externally). Consistently renamed primitive types lower case (boolean, string, number, null) and non-primitive types uppercase (Complex, BigNumber, Function, Array, ...). 2015-05-20 21:08:26 +02:00
Max Bruckner
e69f0c6df9 Update pretty printing example to the new API 2015-05-16 13:32:25 +02:00
Max Bruckner
fa4fba4dbf Implement parenthesis options in pretty printing example 2015-05-08 09:07:25 +02:00
jos
01497799fb Added an example on plotting a function 2015-04-15 21:31:01 +02:00
jos
0cdbd9022b Updated chaining example in the readme. Updated comments in some examples 2014-12-26 11:32:15 +01:00
jos
8b253f050b Renamed function select to chain 2014-12-25 17:05:29 +01:00
jos
e1b3effb90 Released version 1.0.0. whohooo 2014-09-04 21:27:07 +02:00
jos
4a98f6efd4 Updated docs 2014-08-16 18:00:23 +02:00
jos
fa10724b95 Bumped version number to v0.25.1-SNAPSHOT 2014-07-01 20:47:57 +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
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
josdejong
b214cdbd54 Fixed broken example old_browsers.html 2014-01-20 16:12:07 +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