4118 Commits

Author SHA1 Message Date
josdejong
a3f68dc066 Released version 0.18.1 v0.18.1 2014-02-15 18:02:28 +01:00
josdejong
b7826bf65a Implemented function compile 2014-02-15 17:59:19 +01:00
josdejong
510f309fd4 Updated gulp version number to * 2014-02-09 23:11:06 +01:00
josdejong
162789c29b Updated gulp version number 2014-02-09 23:09:19 +01:00
josdejong
d2f8051a15 Updated gulp version number 2014-02-09 23:06:10 +01:00
Jos de Jong
d3b2988bca Merge pull request #137 from finnp/develop
Determinant bug (det) fix
2014-02-09 22:48:02 +01:00
josdejong
13c9fd8307 Fixed missing sourceMappingURL 2014-02-09 22:11:50 +01:00
josdejong
89992f11a5 Some changes in gulpfile.js 2014-02-09 22:04:27 +01:00
josdejong
c87b600196 Replaced jake with gulp 2014-02-09 21:54:50 +01:00
josdejong
415176f3e3 Merge branch 'gulp' into develop
Conflicts:
	dist/math.js
	dist/math.min.js
2014-02-09 21:38:00 +01:00
josdejong
6edd939a02 Replaced browserify with webpack 2014-02-09 21:36:57 +01:00
Finn
8b2a6a13f3 Improved det tests and fixed bug
Before the det function changed the original values of the input array/matrix. I fixed this problems and added tests to account for that. I additionally added some more tests and enforced the input to be an array or a matrix since determinants are not defined for other types
2014-02-09 17:26:33 +01:00
josdejong
1e58dcb824 Updated history 2014-02-08 18:30:18 +01:00
Jos de Jong
5f6d3ae988 Merge pull request #136 from hamadu/faster-matrix-power-wip
Faster matrix power
2014-02-08 18:19:16 +01:00
hama_du
9f90696b37 compute power of matrix faster
added large size of matrix test

compute power of matrix faster
2014-02-08 20:10:15 +09:00
josdejong
b520a198ac Fixed #134: error in function combinations for large numbers 2014-01-31 23:23:57 +01:00
josdejong
36c38982e5 ArgumentsError now extends Error instead of SyntaxError 2014-01-31 23:22:17 +01:00
josdejong
5af9c51adb Added stacktrace to UnsupportedTypeError and ArgumentsError 2014-01-31 19:58:06 +01:00
josdejong
a16bdac0c4 Reference documentation for abs and add 2014-01-31 19:55:47 +01:00
josdejong
591c3f9000 Fixed #132: Added unit feet 2014-01-20 21:43:11 +01:00
josdejong
b214cdbd54 Fixed broken example old_browsers.html 2014-01-20 16:12:07 +01:00
josdejong
6621939b0d Fixed broken auto completion in the command line interface 2014-01-18 14:58:30 +01:00
josdejong
9da3ad6861 Bumped version number to 0.19.0-SNAPSHOT 2014-01-18 14:55:46 +01:00
josdejong
fe8d832bed Released version 0.18.0 v0.18.0 2014-01-18 14:30:56 +01:00
josdejong
8226e524f9 Added plurals and aliases for units. 2014-01-18 14:19:08 +01:00
josdejong
97be029d6e Removed need to use the function keyword for function assignments in the expression parser 2014-01-18 11:18:29 +01:00
josdejong
e5a0ecc0fa Added outSourceMap (but doesn't work) 2014-01-18 10:51:45 +01:00
josdejong
a256d73e98 Changed gulp version numbers to latest 2014-01-18 10:30:33 +01:00
josdejong
e8a057dca2 Browserify working via a workaround 2014-01-13 14:32:37 +01:00
josdejong
d4e8d2064f Created a web worker example 2014-01-11 11:47:46 +01:00
josdejong
efdcfbab16 Moved browser examples to a separate directory 2014-01-11 11:46:57 +01:00
josdejong
8400b99b1e History updated 2014-01-07 22:05:22 +01:00
josdejong
a5f10ff709 Added lowercase l for unit litre 2014-01-07 21:49:47 +01:00
josdejong
29f1d61e54 Updated history 2014-01-07 21:48:01 +01:00
josdejong
36a65785fb Merge branch 'develop' into expression_compilation
Conflicts:
	HISTORY.md
2014-01-07 21:45:51 +01:00
josdejong
bc157eb400 Updated docs and examples 2014-01-07 21:44:00 +01:00
josdejong
3f25831ee2 Moved parse tests 2014-01-07 21:12:28 +01:00
josdejong
5d96ce4c16 Removed old code for expression evaluation 2014-01-07 21:07:43 +01:00
josdejong
d6e275c817 Merge branch 'develop' into gulp 2014-01-07 16:21:39 +01:00
josdejong
00e55b917e Replaced eval with compile 2014-01-07 16:12:57 +01:00
josdejong
8ce1a122bb Some minor code rearrangement 2014-01-07 14:25:32 +01:00
Jos de Jong
b09ffb582c Merge pull request #129 from daniel-levin/develop
Permutations and Combinations functions now accept BigNumbers
2014-01-07 05:03:02 -08:00
Daniel Levin
c13da00dce Updated combinations/permutations documentation 2014-01-07 13:40:54 +02:00
Daniel Levin
933542cd68 Tests for non-integer bignumbers in combinations 2014-01-07 13:34:44 +02:00
Daniel Levin
a6878572b9 added n <= k condition to permutations, combinations 2014-01-07 13:32:26 +02:00
Daniel Levin
f6fa5bf575 Added BigNumber support to combinations (and tests) 2014-01-07 13:27:56 +02:00
Daniel Levin
17acaaf9eb added BigNumber support to permutations (with tests) 2014-01-07 13:19:58 +02:00
Daniel Levin
365490cf11 Changed parseInt to Math.floor
also added vim swap files to .gitignore
2014-01-07 12:58:09 +02:00
josdejong
28205b04e2 IndexNode works now for getting a subset too 2014-01-06 22:29:25 +01:00
josdejong
e991539bce Added gulpfile.js 2014-01-06 22:01:35 +01:00