197 Commits

Author SHA1 Message Date
jos
3a1dea00b0 Function typeof no longer returns lower case names, but now returns lower case names for primitives (like number, boolean, string), and upper-camel-case for non-primitives (like Array, Complex, Function). 2015-05-22 21:05:35 +02:00
jos
090c9e8ae8 Upgraded to typed-function 0.9.0, resolving nondeterministic ordering of types. Solved performance issues with add, divide, and multiply. 2015-05-17 20:45:32 +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
jos
e6cbc8a346 Upgraded to fraction.js v1.9.0 2015-05-15 22:20:35 +02:00
jos
73f2dc2601 Implemented Fraction (using library fraction.js) for add, subtract, multiply, divide. 2015-05-12 11:42:57 +02:00
jos
282ec6819f Updated typed-function to v0.8.2 2015-05-09 21:40:18 +02:00
jos
868b2702b5 Updated to typed-function v0.8, creating a new instance of typed-function for each instance of math.js. Better error messages and new utility functions typed.convert and typed.find. 2015-05-09 14:53:36 +02:00
jos
99e3fd40c4 Introduced event emitter, and events config and import. Renamed loader.js to core.js 2015-05-01 14:03:29 +02:00
rjbaucells
a2d2e24e76 multiply() refactoring 2015-04-22 19:46:35 -04:00
jos
c64cc5b34c Allow updating bug fix releases of dependencies 2015-04-22 09:23:42 +02:00
jos
a57cbebc72 Upgraded all dependency version numbers 2015-04-22 09:22:19 +02:00
jos
abd5a30a9f Replaced exec with child_process.execFile 2015-04-22 09:21:30 +02:00
jos
7fee110c74 Updated to typed-function v0.7.0 (performance improvements) 2015-04-17 20:55:14 +02:00
jos
8a68bb56e4 Merged math.js v1.5 into v2. Format support of functions eye and diag still needs to be fixed 2015-03-31 22:07:47 +02:00
jos
1c6e567007 Bumped version number to 1.5.1-SNAPSHOT 2015-03-28 16:38:46 +01:00
jos
6994c00593 Released version 1.5.0 2015-03-28 16:23:03 +01:00
jos
6bb203fc24 Removed a double entry form the contributors list 2015-03-23 23:05:49 +01:00
Jos de Jong
81e56601d2 Merge branch 'develop' into v2 2015-03-09 20:19:12 +00:00
jos
9b8da79f5f Added Max Bruckner to the contributor list 2015-03-01 15:02:04 +01:00
jos
4c6b556a86 Updated verison numbers in package files 2015-02-28 23:02:11 +01:00
jos
675c1b35aa Merge branch 'develop' into v2
Conflicts:
	HISTORY.md
	lib/function/arithmetic/abs.js
2015-02-28 23:01:20 +01:00
jos
8ca1751319 Bumped version number to 1.4.1-SNAPSHOT 2015-02-28 22:59:39 +01:00
jos
27b436d108 Released version 1.4.0 2015-02-28 22:02:12 +01:00
jos
cdd7bb8a83 Updated to typed-function 0.6.2, fixing a couple of bugs. Conversion from BigNumber to Complex added. 2015-02-26 21:51:25 +01:00
jos
db4a004e58 Merge branch 'develop' into v2
Conflicts:
	HISTORY.md
2015-02-20 19:56:12 +01:00
jos
3e66fcd9ab Updated history and docs 2015-02-17 15:15:47 +01:00
jos
acf149aadd Bumped version number to v1.3.1-SNAPSHOT 2015-02-09 21:55:49 +01:00
jos
beb4e2e536 Released version 1.3.0 2015-02-09 21:43:00 +01:00
jos
8edf472478 Upgraded to typed-function v0.6.1, more functions refactored. 2015-02-07 20:29:32 +01:00
jos
cd2d58b907 Updated history and contributors 2015-01-29 20:33:42 +01:00
jos
fe5faad794 Upgraded to typed-function v0.6.0 2015-01-16 09:23:03 +01:00
jos
6cefd52557 Refactored the first few functions into typed-functions 2015-01-11 15:29:40 +01:00
jos
ed33a7a652 Merge branch 'master' into develop 2014-12-29 09:39:42 +01:00
jos
54029ec29a Added @BigFav to the contributor list 2014-12-29 09:39:27 +01:00
jos
12bc095d2a Bumped version number to v1.2.1-SNAPSHOT 2014-12-25 20:26:35 +01:00
jos
8e16cef441 Released version 1.2.0 2014-12-25 20:07:36 +01:00
jos
3c7c3a2193 Upgraded to decimal.js v4.0.1 2014-12-25 17:47:45 +01:00
jos
c6bfc36b63 Updated history and contributors list 2014-12-22 16:02:08 +01:00
jos
3f6b45bd12 Bumped version number to 1.1.2-SNAPSHOT 2014-11-22 14:26:27 +01:00
jos
b0740ad66a Released version 1.1.1 2014-11-22 14:21:38 +01:00
jos
892532aef2 Updated version number to 1.1.1-SNAPSHOT 2014-11-15 13:57:33 +01:00
jos
be88ed8105 Released version 1.1.0 2014-11-15 13:43:03 +01:00
jos
3473971d71 Updated version number to 1.0.2-SNAPSHOT 2014-09-12 10:01:18 +02:00
jos
49ceebb004 Released version 1.0.1 2014-09-12 09:20:06 +02:00
jos
bc60f4bc88 Bumped version number to 1.0.1-SNAPSHOT 2014-09-04 21:40:14 +02:00
jos
e1b3effb90 Released version 1.0.0. whohooo 2014-09-04 21:27:07 +02:00
jos
f1313d8be7 Implemented a function filter(x, test) 2014-09-04 20:52:51 +02:00
jos
b83b9cb24c Bumped version number to 0.27.1-SNAPSHOT 2014-08-21 21:02:08 +02:00
jos
40b470dc96 Released version 0.27.0 2014-08-21 20:40:28 +02:00
jos
396777f724 Raw functions are now invoked as fn(args, math, scope) 2014-08-16 15:06:11 +02:00