304 Commits

Author SHA1 Message Date
Eric
4f6cc1254b Updated docs and examples 2015-08-06 13:34:12 +00: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
Max Bruckner
31060ac50d Remove documentation of global parenthesis option 2015-05-16 13:31:33 +02:00
jos
096a5f3a55 Upgraded to typed-function v0.8.3. Implemented support for merging typed-functions via math.import. Added option silent for math.import. 2015-05-16 11:33:58 +02:00
Devan Patel
bbc0a343ee Update numbers.md 2015-05-15 15:17:58 -04:00
Devan Patel
3e31846256 Update matrices.md 2015-05-15 15:16:27 -04:00
Devan Patel
2904c22333 Update complex_numbers.md 2015-05-15 15:13:35 -04:00
Devan Patel
99d0a557fa Update bignumbers.md 2015-05-15 15:12:24 -04:00
Devan Patel
b93c894596 Update extension.md 2015-05-15 15:10:52 -04:00
Devan Patel
a077b8edd3 Update chaining.md 2015-05-15 15:09:53 -04:00
Devan Patel
6d3c716e57 Update parsing.md 2015-05-15 15:09:04 -04:00
Devan Patel
459eef81f6 Update index.md 2015-05-15 15:07:09 -04:00
Devan Patel
f91d8a893d Fixing grammatical issues in Syntax.md 2015-05-15 15:01:31 -04:00
Max Bruckner
0f71bc262a Fix typo in docs 2015-05-14 10:13:04 +02:00
jos
ec3ad5461f Added Fraction support for cube and square. Fixed operations on Fractions mutating the original fraction. 2015-05-12 21:26:51 +02:00
jos
4367259254 Implemented toJSON and fromJSON for Fraction 2015-05-12 20:42:52 +02:00
jos
4766546748 Added fraction support for functions ceil, fix, floor, round 2015-05-12 20:26:42 +02:00
jos
b831ad2b72 Added support for fractions to function math.format (including output option fraction='decimal' | 'ratio') 2015-05-12 19:43:11 +02:00