320 Commits

Author SHA1 Message Date
Tomek Wiszniewski
aef0d74065 Fix typo 2015-09-15 18:12:02 +02:00
jos
fc3555119e Released v2.2.0 2015-08-30 15:38:31 +02:00
Eric
03ec30216e Added support for units to abs, cube, sign, sqrt, square
Updated examples, docs, and unit tests
2015-08-21 05:27:54 +00:00
Jos de Jong
ddb641b482 Merge pull request #432 from devanp92/master
Adding support for Catalan Numbers in Combinatorics
2015-08-19 21:30:40 +02:00
Devan Patel
fe63fc6678 Adding documentation for Catalan Numbers 2015-08-16 14:31:40 -04:00
jos
bd118ac91c Fixed a typo in the docs 2015-08-12 20:13:18 +02:00
jos
7b33c1e254 Released version 2.1.1 2015-08-12 19:37:46 +02:00
jos
261d7a912f Fixed wrong value of magneticFluxQuantum and wrong value of molarMassC12 in the docs 2015-08-12 19:27:29 +02:00
jos
1235ed485a Minor formatting 2015-08-11 22:28:42 +02:00
jos
4f00a69386 Merge remote-tracking branch 'origin/master' 2015-08-11 21:32:22 +02:00
jos
c422aff0db Released v2.1.0 2015-08-11 21:31:31 +02:00
Jos de Jong
af0b0960c0 Merge pull request #425 from ericman314/unit-parse-parentheses
Added support for parentheses to Unit.parse
2015-08-09 23:12:09 +02:00
jos
b67004dce9 Implemented physical constants like gravity, speedOfLight, etc 2015-08-09 22:50:58 +02:00
Eric
37870fcc0d Added support for parentheses to Unit.parse 2015-08-09 20:42:05 +00:00
Eric
23044e29ca Updated more docs
Fixed tabs
2015-08-06 13:47:01 +00:00
Eric
4f6cc1254b Updated docs and examples 2015-08-06 13:34:12 +00:00
Veaceslav Grimalschi
30f3be4a26 Documentation fix
FunctionNode has `name: string` property instead of `symbol: Node`
2015-08-06 08:40:11 +03:00
jos
a94f0c6c5e Merge branch 'feature-derived-units' of https://github.com/ericman314/mathjs into ericman314-feature-derived-units
Conflicts:
	examples/units.js
2015-08-05 21:04:53 +02:00
Eric Mansfield
377be29eb6 Fix my typos 2015-08-03 23:34:30 -06:00
Eric
f5d166a809 Made an attempt at derived units with simplification
Updated unit tests
Updated examples
Updated docs
2015-08-04 05:26:00 +00:00
jos
127a9ba388 Improved docs of fractions 2015-07-29 20:51:35 +02:00
jos
ddb707e9b8 Updated some more docs, examples, history 2015-07-28 09:51:31 +02:00
jos
154577d1be Updated docs, examples, history 2015-07-27 21:26:50 +02:00
jos
7e23e2e84f Added documentation on custom loading and bundling 2015-07-26 15:44:43 +02:00
jos
eb273390b8 Renamed import.md to extension.md again 2015-07-26 15:17:21 +02:00
jos
ae24d7ca81 Documented typed-functions and factory functions, and added an example 2015-07-26 15:15:12 +02:00
jos
396d951c95 Halfway implementing lazy loading 2015-07-21 20:49:52 +02:00
jos
f19cfb4394 Reintroduced node.eval(scope). Updated some docs and examples 2015-07-18 10:21:48 +02:00
jos
f469795d3b Fixed a typo in the docs 2015-06-23 20:18:38 +02:00
jos
052b6cf4ed Some minor restructuring in the docs. Moved command line debugging to the page command line interface. 2015-06-12 19:40:41 +02:00
jos
2f17bda115 Minor improvements in the docs 2015-06-10 20:54:14 +02:00
jos
d2e8ec06f2 Fixed docgenerator for v2. Updated docs. 2015-06-10 20:50:29 +02:00
Max Bruckner
31b4c4c7c0 Documentation for function attachments and template strings 2015-06-07 19:56:25 +02:00
jos
a92b978036 Merged develop into v2 2015-06-07 15:57:41 +02:00
Max Bruckner
741ab47ada Fix ordered list 2015-06-03 16:16:54 +02:00
jos
672c5b09ea Released v1.7.0 2015-05-31 14:31:32 +02:00
jos
2d84debd6c Added/updated missing docs 2015-05-31 14:29:42 +02:00
Jos de Jong
1463cdf939 Merge pull request #383 from devanp92/patch-5
Making randomInt's documentation more readable
2015-05-27 13:41:00 +02:00
jos
00a51a0fa1 Merge branch 'Multinomial' of https://github.com/devanp92/mathjs into devanp92-Multinomial
Conflicts:
	HISTORY.md
	lib/util/number.js
2015-05-27 13:37:31 +02:00
jos
c810981238 Method Node.compile() no longer needs math to be passed as argument. 2015-05-27 13:30:35 +02:00
Devan Patel
e126395023 Update randomInt.md 2015-05-26 21:16:33 -04:00
jos
0eb9b5b119 Implemented a new configuration option predictable, which can be set to true in order to ensure predictable function output types. 2015-05-23 21:00:08 +02:00
jos
be98cf613d Updated docs of add to reflect changed behavior for strings 2015-05-20 19:59:43 +02:00
Devan Patel
06404ed44b Merge branch 'master' of github.com:devanp92/mathjs
# Conflicts:
#	dist/math.js
#	dist/math.map
#	dist/math.min.js
2015-05-18 11:26:19 -04:00
Jos de Jong
738c1e9d77 Merge pull request #374 from FSMaxB/cli
Expose the parenthesis option via the command line
2015-05-18 09:08:36 +02:00
Jos de Jong
10777f615b Merge pull request #372 from devanp92/devanp92-patch-syntax-md
Fixing grammatical issues in Documentation
2015-05-18 09:07:13 +02:00
Max Bruckner
6574468c3a Document options parameter of toString and toTex 2015-05-17 21:29:19 +02:00
Max Bruckner
4304030a31 Expose the parenthesis option via the command line 2015-05-17 15:22:02 +02:00
Max Bruckner
2350d68ec3 Update documentation to include the changed API 2015-05-16 13:33:19 +02:00
Max Bruckner
62237ed6ac Update toString output in documentation of command line interface 2015-05-16 13:32:56 +02:00