141 Commits

Author SHA1 Message Date
Max Kramer
fc3bd8d2bf Add badges 2017-04-18 17:03:40 -04:00
jos
a3f240715f Added a section in readme about browser support (see #810) 2017-03-19 14:22:15 +01:00
jos
8b701aac41 Ehh it's 2017 now 2017-01-23 22:17:45 +01:00
jos
20f3af05b3 Fixed markdown urls, updated an example 2017-01-23 21:56:14 +01:00
jos
064cb7a34b Updated project description 2017-01-23 21:03:06 +01:00
jos
5911fe6ffd Released version 2.6.0 2016-01-08 20:23:52 +01:00
jos
0c1e9deeeb Implemented configuration value {number: 'fraction'}. Added docs and example for fractions. 2015-05-12 14:40:47 +02:00
jos
52cd92643b Removed adding .clone() method to BigNumber 2015-02-16 09:19:53 +01:00
jos
0cdbd9022b Updated chaining example in the readme. Updated comments in some examples 2014-12-26 11:32:15 +01:00
jos
9d9b8d4389 Replaced links to examples 2014-06-30 21:42:54 +02:00
jos
0a98e67b80 Referring to downloads page to install/download math.js 2014-06-24 14:16:12 +02:00
jos
3f62d9434d Changed urls in readme, point to the website now 2014-06-24 09:34:44 +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
josdejong
fe8d832bed Released version 0.18.0 2014-01-18 14:30:56 +01:00
josdejong
08665b9b42 Merge branch 'develop' into expression_compilation 2014-01-02 22:09:51 +01:00
josdejong
31a05db32d Updated description on installation with component 2014-01-02 21:48:53 +01:00
Jos de Jong
7ef1b74f43 Merge pull request #125 from marcusandre/patch-1
Add component(1) installation routine to Readme.
2014-01-02 12:42:37 -08:00
Marcus André
8f0a13453c Add component(1) installation routine to Readme.
component(1) needs to find the component.json inside the master branch. Keep that in mind before accepting this pull request. ;)
2014-01-02 21:31:02 +01:00
josdejong
f6acb12e4d Implemented expression compilation for 80% 2014-01-01 20:46:30 +01:00
josdejong
bdf7d44dd2 Added operator in to expression parser (alias of to) 2013-12-21 21:24:56 +01:00
josdejong
2b98831d84 Fixed #119: bug with negative temperatures 2013-12-14 14:26:30 +01:00
josdejong
d22168ea88 Added script for coverage report 2013-12-14 13:20:27 +01:00
josdejong
52337e4b94 Integrating the bignumber.js library in math.js. This is awesome! 2013-11-16 14:34:35 +01:00
josdejong
a70a0df39b More detailed description on now to build and test 2013-11-14 10:36:09 +01:00
josdejong
a19b1a1285 Functions ones and zeros now return an empty matrix instead of a number 1 or 0 when no arguments are provided 2013-11-07 17:16:34 +01:00
josdejong
b071e5daba Removed utility functions isScalar, toScalar, isVector, toVector from Matrix and Range. 2013-10-31 10:54:42 +01:00
josdejong
49a8f66c5f Updated getting started example code 2013-10-29 19:16:29 +01:00
josdejong
25844683db Released version 0.15.0 2013-10-26 15:20:13 +02:00
josdejong
5a829ea3f8 Fixed #100: Formatting numbers as scientific notation in some cases returned a zero digit left from the decimal point 2013-10-11 14:01:42 +02:00
josdejong
fffbc78e7f Fixed two broken links in the readme 2013-10-08 17:40:56 +02:00
josdejong
e5d7b73f2e Added documentation on options 2013-10-08 15:51:41 +02:00
josdejong
0dfdf3b2a2 Removed concatenation of nested arrays 2013-09-25 21:17:28 +02:00
josdejong
625fe4a847 Moved most documentation from readme to separate pages in folder docs 2013-09-22 21:31:45 +02:00
josdejong
47b391bfa8 Updated to version 0.13.1-SNAPSHOT 2013-09-03 20:48:39 +02:00
josdejong
67423dbcec Released version 0.13.0 2013-09-03 20:19:14 +02:00
josdejong
47c4b4c3a7 Replaced functions get and set of Matrix with a single function subset 2013-08-31 21:20:02 +02:00
josdejong
f752c28081 Removed functions get and set of Selector, they are a duplicate of subset 2013-08-31 20:36:46 +02:00
josdejong
9746dc37c2 Changed matrix indexes of expression parser to one-based (Fixed #66) 2013-08-29 22:11:30 +02:00
josdejong
894d9e99e5 Some more minor fixes in the readme 2013-08-22 21:43:52 +02:00
josdejong
40355a0dc2 Fixed outdated readme and fixed broken unit test 2013-08-22 21:35:54 +02:00
Jim Garrison
87b37a3317 README: fixed calls to matrix.set() to use zero-based indices 2013-08-18 00:20:26 -07:00
josdejong
e9b9f0c4e3 Changed matrix indexes from one-based to zero-based (Fixed #23) 2013-07-21 22:11:11 +02:00
josdejong
fdfc6697e1 Implemented constants true, false.
Implemented function boolean(value)
2013-07-21 14:12:37 +02:00
josdejong
e656ec0fb4 Released version 0.10.0 2013-07-08 14:31:02 +02:00
josdejong
4f7eda523c Changed all json docs into js files 2013-07-08 12:53:52 +02:00
josdejong
965ce87401 Removed support for Workspace to keep the library focused 2013-06-14 21:44:35 +02:00
josdejong
966d29dbfa Added constants Infinity and NaN 2013-06-14 21:24:38 +02:00
josdejong
8f03cc2226 Implemented element wise operators .* ./ .^ 2013-05-31 22:27:58 +02:00
josdejong
f2b1b2ad9f Implemented element wise functions edivide, emultiply, and epow 2013-05-31 20:47:45 +02:00
josdejong
755d0769e6 Implemented construction function number 2013-05-29 20:34:47 +02:00