44 Commits

Author SHA1 Message Date
jos
bb14f62dd9 Describe mathjs/number in getting started 2019-06-05 09:43:36 +02:00
jos
a602a38340 Updated docs for v6 2019-05-20 21:42:49 +02:00
jos
6081360d6a Merged develop into modular_architecture 2019-04-13 16:51:51 +02:00
jos
70cbc3ec30 Replace http urls with https where supported 2019-02-27 13:08:42 +01:00
jos
078f1dd69f Renamed methods .eval to .evaluate, updated all docs and examples accordingly 2019-01-16 10:11:32 +01:00
Daniel Kostro
f396f2d3fa fix some broken links 2018-07-08 10:08:32 +02:00
jos
8b5eb89a02 Minor tweaks in the docs 2018-06-16 14:57:28 +02:00
jos
b3b96749bf Refactored var into const/let, and removed a lot of semicolons 2018-06-13 12:21:14 +02:00
jos
fbe2ccb2b4 Dropped support for bower, remove dist file from git repo 2018-06-06 11:15:51 +02:00
jos
e7766e4468 Replaced examples resulting in round-off errors to prevent confusion (see #910) 2017-08-02 20:02:51 +02:00
Harry Sarson
d4afee3474 clarify name of global variable in docs 2017-06-18 18:45:23 +01:00
oyvindjam
750a4b4779 Fix bower link 2016-02-22 01:17:49 +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
jos
72a1b03850 Documented expression tree API. Some internal refactoring in nodes. 2014-11-12 22:30:15 +01:00
jos
9d9b8d4389 Replaced links to examples 2014-06-30 21:42:54 +02:00
jos
5e1cfbf545 Implemented implicit multiplication. Fixed a bug with multiplying non-valued temperatures with a number 2014-06-30 13:43:50 +02:00
jos
1f464d6119 Changed a few sentences 2014-06-28 19:27:43 +02:00
jos
d1d76fff10 Written introduction page 2014-06-26 15:03:58 +02:00
jos
0a98e67b80 Referring to downloads page to install/download math.js 2014-06-24 14:16:12 +02:00
jos
193cc056db Removed require('mathjs') here and there in the docs 2014-06-24 13:19:10 +02:00
jos
bc095a665b Some urls added to the docs index page 2014-06-24 10:20:41 +02:00
jos
1e3981d3a1 Fixed a link 2014-06-23 21:59:20 +02:00
jos
bb41ab020d Changed hard links to documentation pages from github to the website 2014-06-23 21:58:34 +02:00
jos
7f7ad1d04a Fixed a typo in the getting started 2014-06-20 23:17:13 +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
730782ec21 Merge branch 'develop' into reference
Conflicts:
	lib/function/arithmetic/exp.js
2014-04-09 16:07:49 +02:00
josdejong
8cea27406b Some internal refactoring 2014-04-06 11:22:13 +02:00
josdejong
0b52130f06 Merge branch 'develop' into reference
Conflicts:
	gulpfile.js
	lib/function/arithmetic/round.js
	package.json
2014-03-29 22:39:53 +01:00
josdejong
3fcbb02197 Merge branch 'master' into develop 2014-03-15 15:27:50 +01:00
Fabrice Colas
8e427406c1 Correct typo in getting_started.md 2014-03-12 22:27:49 -07:00
josdejong
f45c0be17e Updated note about non-stabilized API 2014-02-26 21:22:56 +01:00
josdejong
0511edd934 Updated index and getting started 2014-02-19 22:43:09 +01:00
josdejong
31a05db32d Updated description on installation with component 2014-01-02 21:48:53 +01:00
Jos de Jong
e4507f4ec9 Merge pull request #126 from marcusandre/patch-2
Add `component install` into Getting Started docs.
2014-01-02 12:43:34 -08:00
Marcus André
a695dac821 Add component install into Getting Started docs. 2014-01-02 21:35:59 +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
3a4c1c5ef0 Internally renamed variable options to settings 2013-11-21 13:39:24 +01:00
josdejong
80b8b34042 Implemented function config 2013-11-21 13:13:26 +01:00
josdejong
569f9ec113 Fixed indentation 2013-10-31 20:21:05 +01:00
josdejong
49a8f66c5f Updated getting started example code 2013-10-29 19:16:29 +01:00
josdejong
d2e55a0132 Math.js must be instantiated now, static calls are no longer supported 2013-10-26 15:00:06 +02:00
josdejong
625fe4a847 Moved most documentation from readme to separate pages in folder docs 2013-09-22 21:31:45 +02:00