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
|
d02406c35e
|
Documented aliases of units
|
2014-07-21 22:20:24 +02:00 |
|
jos
|
59de16801e
|
Renamed function category "Comparison" with "Relational"
|
2014-07-20 12:40:34 +02:00 |
|
jos
|
1a9ceac955
|
Multi-line expressions now return a ResultSet instead of an Array.
|
2014-07-18 21:34:37 +02:00 |
|
jos
|
6217d4a2b6
|
Fixed a broken url
|
2014-07-01 14:40:26 +02:00 |
|
jos
|
4099b86cd6
|
Released version 0.25.0
|
2014-07-01 14:24:45 +02:00 |
|
jos
|
4853a707a9
|
Fixed a typo in the docs
|
2014-07-01 14:19:37 +02:00 |
|
jos
|
9d2ac66ca1
|
Added a section on implicit multiplication
|
2014-07-01 10:57:40 +02:00 |
|
jos
|
9d9b8d4389
|
Replaced links to examples
|
2014-06-30 21:42:54 +02:00 |
|
jos
|
4645529f40
|
Removed function ifElse
|
2014-06-30 14:52: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
|
be994501f0
|
Some improvements/fixes in the examples in configuration.md
|
2014-06-27 14:51:35 +02:00 |
|
jos
|
78ab7fa0d1
|
Fixed a bug in the examples in configuration.md
|
2014-06-27 14:46:18 +02:00 |
|
jos
|
d1d76fff10
|
Written introduction page
|
2014-06-26 15:03:58 +02:00 |
|
jos
|
087463dc84
|
Added a set with functions syntax for special cases
|
2014-06-25 13:17:30 +02:00 |
|
jos
|
f68d797774
|
Created a separate reference page with constants
|
2014-06-24 14:58:19 +02:00 |
|
jos
|
cb2b9b00ce
|
Created a separate page Unit reference
|
2014-06-24 14:33:23 +02:00 |
|
jos
|
8f1430e785
|
Renamed import.md to extension.md
|
2014-06-24 14:29:24 +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
|
801fd93852
|
Removed categorical function list on page functions
|
2014-06-23 22:42:55 +02:00 |
|
jos
|
a42dcd9cc3
|
Added categorical function reference
|
2014-06-23 22:36:24 +02:00 |
|
jos
|
4719d213de
|
Created docs page with alphabetical function reference
|
2014-06-23 22:22:42 +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
|
ae43a4edb8
|
Fixed a comment giving issues with template engines (because it contained {{)
|
2014-06-23 21:36:57 +02:00 |
|
jos
|
7f7ad1d04a
|
Fixed a typo in the getting started
|
2014-06-20 23:17:13 +02:00 |
|
jos
|
8d500a6e81
|
Added more configuration examples
|
2014-06-20 23:15:58 +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
|
30b953c728
|
Released version 0.24.0
|
2014-06-20 21:32:29 +02:00 |
|
jos
|
2a5483dda6
|
Extended the documentation of function typeof
|
2014-06-17 21:10:50 +02:00 |
|
jos
|
082265a184
|
Changed the default number of significant digits for BigNumbers from 20 to 64.
|
2014-06-11 21:56:58 +02:00 |
|
jos
|
4b35ae1556
|
Added constant null
|
2014-06-11 20:26:25 +02:00 |
|
jos
|
b9ec058af0
|
Released version 0.23.0
|
2014-06-10 21:43:08 +02:00 |
|
jos
|
875fa8e60c
|
Changed behavior of equal and unequal back to element wise, added function deepEqual.
|
2014-06-09 18:03:54 +02:00 |
|
jos
|
40d66224e8
|
Moved the comparison functions from section "arithmetic" to a new section "comparison"
|
2014-06-09 14:21:54 +02:00 |
|
jos
|
ced18ecfca
|
Implemented functions dotEqual and dotUnequal, renamed functions smallereq to smallerEq and largereq to largerEq (all functions are now camelcase)
|
2014-06-09 14:07:21 +02:00 |
|
jos
|
a765d06007
|
Added reference docs of renamed functions
|
2014-06-09 11:09:33 +02:00 |
|
jos
|
0ae566db8d
|
Renamed functions edivide, emultiply, and epow to dotdivide, dotmultiply, and dotpow respectively.
|
2014-06-09 11:09:06 +02:00 |
|
jos
|
64368ec4ad
|
Added unit drop (gtt)
|
2014-06-09 09:34:53 +02:00 |
|
jos
|
64aa6375f5
|
Moved functions random, randomInt and pickRandom to a separate file
|
2014-06-08 22:36:23 +02:00 |
|
jos
|
91cdad78b7
|
Removed automatic assignment of expression results to variable ans
|
2014-06-08 21:55:38 +02:00 |
|
jos
|
dcf5ec49fb
|
Implemented constant version, returnin the current version of math.js
|
2014-06-08 21:23:14 +02:00 |
|
jos
|
3399909318
|
Implemented unary plus
|
2014-06-08 20:49:52 +02:00 |
|
jos
|
abf1b02ee9
|
Renamed function unary to unaryminus. Documented and tested constant phi.
|
2014-06-08 20:12:07 +02:00 |
|
jos
|
acec9f95af
|
Fixed #168: added constant phi, the golden ratio
|
2014-06-08 19:53:09 +02:00 |
|
jos
|
31aa5655b1
|
Added a section "Where:" to some of the reference docs
|
2014-05-22 22:15:40 +02:00 |
|
jos
|
9ebc24662f
|
More reference docs added
|
2014-05-22 21:17:53 +02:00 |
|