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
|
989fcc154b
|
Refactored bitNot, bitOr, bitXor, leftShift, rightArithShift, rightLogShift to typed-functions.
|
2015-04-13 21:32:48 +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 |
|
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
|
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
|
2015-04-09 21:17:28 +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
|
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
|
f773df0fc6
|
Fixed #317 (formatting negative values), fixed #316 (round-off errors in formatting values)
|
2015-04-06 21:08:21 +02:00 |
|
rjbaucells
|
5d643dd755
|
lup() - partial
|
2015-04-06 00:01:22 -04:00 |
|
rjbaucells
|
8ef93b48b1
|
Spa - partial
|
2015-04-05 23:22:18 -04:00 |
|
Rogelio J. Baucells
|
c177acb334
|
Merge pull request #32 from rjbaucells/FibonacciHeap
FibonacciHeap remove()
|
2015-04-05 23:21:59 -04:00 |
|
rjbaucells
|
39e92600e0
|
FibonacciHeap remove()
|
2015-04-05 23:20:56 -04:00 |
|
rjbaucells
|
58c6c1a84f
|
Spa updates
|
2015-04-05 21:57:53 -04:00 |
|
Rogelio J. Baucells
|
a528f5d471
|
Merge pull request #31 from rjbaucells/FibonacciHeap
Fibonacci heap
|
2015-04-05 21:57:44 -04:00 |
|
rjbaucells
|
0c82b98c47
|
Fibonacci Heap
|
2015-04-05 21:14:28 -04:00 |
|
rjbaucells
|
a478198e12
|
lup() - partial
|
2015-04-05 21:08:46 -04:00 |
|
Max Bruckner
|
9acccce315
|
util/latex: change comments
|
2015-04-05 14:29:16 +02:00 |
|
Max Bruckner
|
92c27301ba
|
util/latex: use map of operators in LaTeX conversion of functions
|
2015-04-05 14:29:16 +02:00 |
|
Max Bruckner
|
dacf9fba46
|
OperatorNode: bugfix: toTex creates invalid LaTeX
toTex has been creating invalid LaTeX for fractions where the operands
are in parenthesis, see '(1+1)/2' for example
|
2015-04-05 14:29:15 +02:00 |
|
Max Bruckner
|
e71720aae7
|
util/latex: LaTeX mapping for every operator
|
2015-04-05 14:29:15 +02:00 |
|