4118 Commits

Author SHA1 Message Date
jos
01497799fb Added an example on plotting a function 2015-04-15 21:31:01 +02:00
jos
1d5a972a58 Refactored combinations, factorial, gamma, permutations, pickRandom, random, randomInt to typed-functions 2015-04-15 21:30:32 +02:00
Jos de Jong
919f30fab4 Merge pull request #324 from FSMaxB/latex-restructure-bugfix
Fix bug that was introduced by the restructuring of the LaTeX code
2015-04-15 15:35:41 +02:00
Max Bruckner
5780635bb8 util/latex: bugfix: error when handling symbols with indices 2015-04-15 14:03:08 +02:00
Jos de Jong
2142dec160 Merge pull request #323 from nfoti/gamma-doc
Corrected gamma documentation to allow argument to be real or complex.
2015-04-15 09:05:33 +02:00
Nick Foti
020a47c938 Corrected gamma documentation to allow argument to be real or complex. 2015-04-14 14:40:43 -07:00
jos
e1fa9c8603 Refactored eval, help, and parse to typed-functions 2015-04-14 21:37:41 +02:00
jos
3f0ef4f062 Refactored and, not, or, xor to typed-functions 2015-04-14 21:10:55 +02:00
jos
349e9845e8 Merge branch 'develop' into v2_merge
Conflicts:
	HISTORY.md
	bower.json
	component.json
	dist/math.js
	dist/math.map
	dist/math.min.js
	docs/reference/units.md
	lib/version.js
	package.json
	test/function/construction/chain.test.js
	test/function/matrix/det.test.js
	test/function/matrix/transpose.test.js
	test/function/utils/import.test.js
2015-04-13 21:42:43 +02:00
jos
96fada9a79 Updated history 2015-04-13 21:39:20 +02:00
jos
989fcc154b Refactored bitNot, bitOr, bitXor, leftShift, rightArithShift, rightLogShift to typed-functions. 2015-04-13 21:32:48 +02:00
jos
8bbb79ec2c Updated history 2015-04-13 20:55:16 +02:00
jos
567a212833 Merge remote-tracking branch 'origin/v2' into v2 2015-04-13 09:52:11 +02:00
Jos de Jong
bc6f63b6c9 Merge pull request #318 from FSMaxB/latex-restructure
Restructure and complete the LaTeX generator.
2015-04-13 09:39:16 +02:00
Jos de Jong
ddace38054 Merge pull request #321 from rjbaucells/matrix-v2
Matrix LU decomposition with partial pivoting and LU based linear equations solver
2015-04-13 09:31:00 +02:00
Rogelio J. Baucells
4f22e01121 Merge pull request #34 from rjbaucells/matrix-v2-2
lup() as a static function
2015-04-12 23:59:08 -04:00
rjbaucells
3cce748166 lusolve() function 2015-04-12 23:55:17 -04:00
rjbaucells
440c95b686 lup() function 2015-04-12 22:37:45 -04:00
Max Bruckner
2076bebdb0 util/latex: Make use of templates based on number of arguments 2015-04-13 00:39:03 +02:00
Max Bruckner
29fd97839f util/latex: Use Template/Callback based on number of arguments 2015-04-13 00:07:56 +02:00
Max Bruckner
240eeecccd lib/util: Move over from callbacks to templates 2015-04-12 23:44:26 +02:00
Max Bruckner
8b5ed85875 util/latex: Get rid of defaultToTex and replace it with defaultTemplate 2015-04-12 13:43:29 +02:00
Max Bruckner
efdf153022 util/latex: Use %% for % in templates 2015-04-12 13:31:09 +02:00
Max Bruckner
14347ed610 util/latex: New template variable for comma separated list of arguments
You can now use '%*%' to get a comma separated list of all arguments
2015-04-12 13:31:06 +02:00
Max Bruckner
34046e22d9 util/latex: Enable templates for LaTeX output of functions.
You can now use templates containing '%name%' and '%0%', '%1%' ...
to define the LaTeX of a function.
2015-04-12 13:30:34 +02:00
Rogelio J. Baucells
c0aae6b17c Merge pull request #33 from rjbaucells/LUP-decomposition
LU decomposition and lusolve()
2015-04-09 17:11:59 -04:00
Rogelio J. Baucells
fcbf6045cc lup() and lusolve() cleanup 2015-04-09 17:10:01 -04:00
Rogelio J. Baucells
cb1af441ed lusolve() 2015-04-09 16:38:00 -04:00
jos
f7fe2f9ffd Bumped version number to 1.5.3-SNAPSHOT 2015-04-09 21:23:20 +02:00
jos
d043d24abe Released v1.5.2 v1.5.2 2015-04-09 21:17:28 +02:00
jos
9694bb618f Updated docs about binary prefixes 2015-04-09 20:44:12 +02:00
jos
e2bd50723d Fixed #251: binary prefix and SI prefix incorrectly used for byte. Now following SI standards (1 KiB == 1024 B, 1 kB == 1000 B) 2015-04-09 20:36:51 +02:00
jos
3150e21c8e Fixed #313: parsed functions did not handle recursive calls correctly 2015-04-09 20:29:51 +02:00
rjbaucells
ccaaaedbb9 lusolve() - ccs 2015-04-08 23:48:19 -04:00
Rogelio J. Baucells
cf03b03578 lusolve() - partial 2015-04-08 18:00:42 -04:00
rjbaucells
cdcbc6f054 lusolve - partial 2015-04-08 08:54:30 -04:00
jos
8df0cf50f8 Merge branch 'develop' into v2_merge
Conflicts:
	HISTORY.md
	bower.json
	component.json
	dist/math.js
	dist/math.map
	dist/math.min.js
	lib/function/arithmetic/round.js
	lib/version.js
	package.json
2015-04-08 09:45:11 +02:00
jos
cb6f52ad8f Bumped version number to 1.5.2-SNAPSHOT 2015-04-08 09:30:12 +02:00
jos
8dccb60f30 Released version 1.5.1 v1.5.1 2015-04-08 09:17:18 +02:00
rjbaucells
2d4236b460 Vector - partial 2015-04-08 00:02:29 -04:00
rjbaucells
e7d3d7f660 lusolve() 2015-04-07 20:27:28 -04:00
Rogelio J. Baucells
2772ad474a lup() for CRS & arrays 2015-04-07 17:13:19 -04:00
jos
5dfa79196e Some more fixes and improvements in NumberFormatter 2015-04-07 22:16:47 +02:00
Rogelio J. Baucells
b0d995633f lup() - partial 2015-04-07 15:26:59 -04:00
rjbaucells
b596a9f054 Spa updates 2015-04-06 23:51:51 -04:00
rjbaucells
3b827ddbd8 multiply() using Spa 2015-04-06 23:47:01 -04:00
rjbaucells
29dae2483d swapRows() 2015-04-06 21:03:20 -04:00
Rogelio J. Baucells
337c17d257 lup() - partial 2015-04-06 17:58:05 -04:00
jos
2cdeb0d49b Save digits as number instead of string 2015-04-06 21:17:39 +02:00
jos
8dceac768f Merge remote-tracking branch 'origin/develop' into develop 2015-04-06 21:08:32 +02:00