294 Commits

Author SHA1 Message Date
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
jos
0c1e9deeeb Implemented configuration value {number: 'fraction'}. Added docs and example for fractions. 2015-05-12 14:40:47 +02:00
Devan Patel
abbc302c8d Documentation for Mutlinomial 2015-05-08 13:38:36 -04:00
Max Bruckner
51cfc0b779 Update documentation (ParenthesisNode and parenthesis config option) 2015-05-08 09:07:25 +02:00
Devan Patel
f7c35f0ba1 Create composition.md 2015-05-04 14:37:18 -04:00
Devan Patel
9e83897775 Adding documentation for Bell Numbers 2015-05-04 14:27:45 -04:00
Devan Patel
900c0cef7a Create stirlingS2.md 2015-05-04 14:13:58 -04:00
jos
18d9b8942e Dropped support for module names from function import 2015-05-01 23:00:58 +02:00
Max Bruckner
8d1d20ba2e Merge branch 'develop' into v2 2015-04-27 09:14:50 +02:00
Max Bruckner
49697b3b54 Add documentation for REPL 2015-04-26 14:55:07 +02:00
Max Bruckner
51cbf7eaa8 Include --tex and --string in the documentation of the cli 2015-04-26 14:26:00 +02:00