2417 Commits

Author SHA1 Message Date
jos
bbfa7d51df Fixed #484, #555: inaccuracy of math.sinh. Also using ES6 Math functions when available 2016-04-03 13:47:57 +02:00
jos
8b39e1b336 Fixed #629: expression parser throws an error when passing a number with decimal exponent instead of parsing them as implicit multiplication 2016-04-03 12:46:58 +02:00
jos
26e1e26555 Fixed #635: Node.toString options where not passed to function arguments 2016-04-03 11:31:08 +02:00
jos
924a8e480f Fixed #632: problem with escaped backslashes at the end of strings 2016-04-03 11:17:06 +02:00
jos
5acdd961c3 Fixed #631: unit aliases weeks, months, and years where missing 2016-03-31 08:22:28 +02:00
jos
f47b22cde5 Released v3.1.3 (fixed broken bundle) v3.1.3 2016-03-24 22:31:11 +01:00
jos
41fc3a73d1 Released v3.1.2 v3.1.2 2016-03-24 21:46:28 +01:00
jos
59950de6ed Released v3.1.1 v3.1.1 2016-03-24 21:31:33 +01:00
jos
b3c1d63133 Throw an error when functions min, max, mean, or median are invoked with multiple matrices as arguments (see #598) 2016-03-24 21:22:33 +01:00
jos
ab454c0750 Fixed #623: nthRoot of zero with a negative root returned 0 instead of Infinity 2016-03-24 20:25:14 +01:00
jos
77736f554b Fixed #621: a bug in parsing implicit multiplications like (2)(3)+4 2016-03-22 20:23:07 +01:00
jos
a531c5e656 Fixed code block (kramdown wants an empty line) 2016-03-22 08:45:53 +01:00
jos
8e8ce78057 Merge branch 'develop'
Conflicts:
	docs/reference/classes.md
v3.1.0
2016-03-19 20:34:39 +01:00
jos
d4fd1d5159 Released version 3.1.0 2016-03-19 20:33:11 +01:00
jos
784c0f2b1b Updated history, one update for implicit multiplication 2016-03-19 20:25:50 +01:00
jos
d9e7ced69c Merge remote-tracking branch 'origin/develop' into develop 2016-03-19 20:22:38 +01:00
Jos de Jong
f67df0fbfe Merge pull request #617 from FSMaxB/implicit-mult-totex
Options for `toTex` and `toString` output of implicit multiplications
2016-03-19 20:22:21 +01:00
jos
c8d41fc5b4 Restored support for implicit multiplications like (2+3)(4+5) 2016-03-19 20:16:54 +01:00
Max Bruckner
c57964003d pretty printing example: expose implicit multiplication options 2016-03-19 19:37:56 +01:00
Max Bruckner
f038f86502 Documentation for implicit multiplication toString/toTex options 2016-03-19 19:25:39 +01:00
Max Bruckner
c72071dfb7 OperatorNode: toTex support for implicit multiplication
Use the option `implicit` with the value `hide` to not show the
multiplication sign for implicit multiplication. This is the default.
Use `show` otherwise.
2016-03-19 19:09:14 +01:00
Max Bruckner
65817dbf03 OperatorNode: toString support for implicit multiplication
Use the option `implicit` with the value `hide` to not show the
multiplication sign for implicit multiplication. This is the default.
Use `show` otherwise.
2016-03-19 18:48:54 +01:00
Max Bruckner
876740e123 fix: ParenthesisNode doesn't print parentheses with empty options
When the options to toString or toTex where an empty object,
ParenthesisNode didn't fall back to the default 'keep' behavior.
2016-03-19 18:38:58 +01:00
Max Bruckner
6f39ec5da9 OperatorNode: new 'implicit' attribute to mark implicit multiplication
This also modifies the parser to set this attribute
2016-03-19 14:25:58 +01:00
jos
aaa153d9e9 Some minor fixes in the docs 2016-03-19 13:15:01 +01:00
jos
d9cc810689 Put the comment on automatically generated docs on top of the files 2016-03-19 09:44:24 +01:00
jos
e84af96cf4 Fixed #609: error in the example code for function parse 2016-03-19 09:42:02 +01:00
jos
633445c077 Explain that the examples loads math.js in node.js (see #613) 2016-03-18 21:41:40 +01:00
Jos de Jong
e60c466c26 Merge pull request #608 from priidikvaikla/master
Fixed Node link in docs
2016-03-18 12:21:33 +01:00
Priidik Vaikla
964f65a9f4 Fixed Node link in docs 2016-03-18 13:13:32 +02:00
jos
1259930aa4 Updated history 2016-03-15 19:40:44 +01:00
Jos de Jong
95abd55aa1 Merge pull request #603 from stu-blair/develop
Add prefixes to moles
2016-03-15 19:39:02 +01:00
stu blair
7bcae661b2 Add prefixes to moles
* Enables units like 'nanomoles'
2016-03-14 14:24:56 -07:00
jos
0cd4352856 Added automatic conversions from boolean and null to Fraction and conversions from Fraction to Complex 2016-03-14 21:24:29 +01:00
jos
1089cd4d2a Fixed #597: restored support for implicit multiplication like 2(3+4) 2016-03-12 13:30:47 +01:00
jos
cb05ecd70f Updated docs (mainly markdown fixes) 2016-03-12 13:11:29 +01:00
jos
11c0ce0bb7 Updated history 2016-03-05 10:13:35 +01:00
Jos de Jong
ebd1c11ee6 Merge pull request #596 from hgupta9/develop
Add kip unit
2016-03-05 10:12:19 +01:00
hgupta9
13231cf90d spaces 2016-03-05 12:31:01 +05:30
hgupta9
f86d3d8a9e add kip unit 2016-03-05 12:28:54 +05:30
jos
ab3c5ae857 Released v3.0.0 v3.0.0 2016-03-04 19:49:47 +01:00
jos
773e070881 Fixed docs of config 2016-03-04 19:44:18 +01:00
jos
15aca5e4d0 Changed casing of the values of config options number and matrix to match the actual name of the classes. 2016-03-04 19:41:54 +01:00
jos
67fcde902e Moved the class API's under reference/classes (similar to functions reference) 2016-03-04 16:58:21 +01:00
jos
e152c9943c Fixed a lot of broken links 2016-03-04 16:56:19 +01:00
jos
40355b7bf4 Extended core/index again. Fixed some broken links 2016-03-04 16:44:50 +01:00
jos
094f44f703 Some more reorganization of the docs 2016-03-04 16:34:52 +01:00
jos
09d4a88fa1 Removed the matrix functions list from the matrices.md page 2016-03-04 16:18:47 +01:00
jos
2ef9bf5878 Fixed the links on the functions reference page 2016-03-04 13:45:22 +01:00
jos
d9b9902842 Moved functions.md and classes.md to /reference 2016-03-03 21:16:06 +01:00