4118 Commits

Author SHA1 Message Date
josdejong
8b4ce62049 Version number updated to 0.17.1-SNAPSHOT 2013-12-12 13:34:52 +01:00
josdejong
12812e7afb Merge branch 'develop'
Conflicts:
	bower.json
	dist/math.js
	dist/math.min.js
	package.json
v0.17.0
2013-12-12 11:05:21 +01:00
josdejong
a35d119356 Released version 0.17.0 2013-12-12 11:04:48 +01:00
josdejong
d8f3b97e9f Fixed support for old browsers (IE6 - IE8), compatible when using es5-shim. 2013-12-12 10:24:07 +01:00
josdejong
91dae90e1e Fixed #108: math.js not working in Java's ScriptEngine 2013-12-10 21:34:37 +01:00
josdejong
1d54a99bce More neat formatting of functions 2013-12-09 21:21:34 +01:00
josdejong
f2f1ae1f72 Renamed and flattened configuration settings 2013-12-07 11:39:45 +01:00
josdejong
345867b49f Restored shim.js (was actualy in use, nice) 2013-12-07 11:20:55 +01:00
josdejong
804c77bd93 Removed unused shim.js 2013-12-07 11:03:08 +01:00
josdejong
f68a195d44 Minor improvement in object.clone 2013-12-07 11:02:36 +01:00
josdejong
33a2f03ff4 Fixed unreliable string tests 2013-12-06 10:48:36 +01:00
josdejong
65a8f9e8ea Fixed broken tests 2013-12-06 10:42:46 +01:00
josdejong
356a8cfc5d More tests 2013-12-06 10:31:35 +01:00
josdejong
b4257f6cd6 Fixed #118: mod and in not working as function 2013-12-06 09:55:30 +01:00
josdejong
f9446875df Function multiply now consistently outputs a complex number on complex input 2013-11-30 10:08:37 +01:00
josdejong
985a79d62d Whooops accidentally merged the develop branch 2013-11-28 21:58:32 +01:00
josdejong
e9da9c79ef Merge branch 'develop' 2013-11-28 21:55:48 +01:00
josdejong
a9b49bf929 Fixed some typos in the docs 2013-11-28 21:55:44 +01:00
josdejong
2db3e80614 Updated version number to 0.16.1-SNAPSHOT 2013-11-28 20:18:22 +01:00
josdejong
7b3e822d3f Fixed a typo in the bignumbers example 2013-11-28 20:12:45 +01:00
josdejong
c871b7be5a Changed uglify-js version to 2.4.4 (the just released version 2.4.5 cannot be installed) v0.16.0 2013-11-28 18:06:03 +01:00
josdejong
ed3e450ccb Fixed a type in the docs 2013-11-28 17:51:33 +01:00
josdejong
729f2247f5 Released version 0.16.0 2013-11-28 17:46:24 +01:00
josdejong
04980af87f Added some more explanation on bignumbers 2013-11-28 17:44:52 +01:00
josdejong
390d597ab2 Fixed an example 2013-11-28 17:27:41 +01:00
josdejong
22233d4735 Changed the precision of CLI to 14 digits 2013-11-28 17:21:32 +01:00
josdejong
0210ec0d41 UnsupportedTypeError can now determine the type of values 2013-11-28 17:15:28 +01:00
josdejong
f5ea5938a9 Renamed scientific notation to exponential in function format 2013-11-28 16:28:04 +01:00
josdejong
b5e9084ae7 Updated package description 2013-11-28 16:18:42 +01:00
josdejong
0ae1879884 Fixed function format for precision > 20 (see #100) 2013-11-28 13:38:08 +01:00
josdejong
9338e0a4ec All arithmetic functions can now handle mixed complex numbers, big numbers, and units 2013-11-28 11:41:18 +01:00
josdejong
9566218b12 Function add can now handle mixed complex and big numbers 2013-11-27 15:21:02 +01:00
josdejong
279809fd79 Ranges and indexes can now handle big numbers by downgrading to numbers 2013-11-27 14:16:46 +01:00
josdejong
21735cf1c8 RangeNode can handle BigNumbers now (downgrades to numbers) 2013-11-27 13:18:01 +01:00
josdejong
5baa3901cd Fixed some typos 2013-11-27 13:07:05 +01:00
josdejong
77c3b48df1 Implemented bignumber support for function range 2013-11-27 13:06:46 +01:00
josdejong
335dccfa5b Moved docs on data types in a separate directory 2013-11-27 12:14:47 +01:00
josdejong
ffababc92d Splitted page numbers in pages numbers and bignumbers 2013-11-27 12:09:20 +01:00
josdejong
8b565b23c4 Fixed auto notation in function format for bignumbers, the function now reckons with specified upper and lower bounds. 2013-11-27 11:07:40 +01:00
josdejong
8761910b75 Fixed a bug in collection.deepMap2 2013-11-26 20:45:39 +01:00
josdejong
7ab15f1d29 Implemented bignumber support for functions eye, ones, resize, size, zeros, factorial 2013-11-23 20:48:01 +01:00
josdejong
b3812362fd Implemented bignumber downgrading for all not-supported functions 2013-11-23 14:14:44 +01:00
josdejong
4a99e03055 All arithmetic functions not supporting BigNumbers downgrade BigNumbers to Numbers 2013-11-23 10:55:39 +01:00
josdejong
26c0332883 On mixed Number/BigNumber inputs, all operators now downgrade the inputs if Number is a fraction. 2013-11-23 10:28:42 +01:00
josdejong
ee77138060 Updated docs on configuration 2013-11-21 14:15:15 +01:00
josdejong
fb5e41bf65 Extended bignumber examples 2013-11-21 14:12:31 +01:00
josdejong
bf8eb9a01b Implemented setting number.precision for big numbers. 2013-11-21 14:05:23 +01:00
josdejong
3a4c1c5ef0 Internally renamed variable options to settings 2013-11-21 13:39:24 +01:00
josdejong
80b8b34042 Implemented function config 2013-11-21 13:13:26 +01:00
josdejong
b366d97a20 Function resize now has an extra optional parameter defaultValue 2013-11-21 12:09:12 +01:00