38 Commits

Author SHA1 Message Date
josdejong
f010032683 Updated version to 0.8.2-SNAPSHOT 2013-05-17 18:37:35 +02:00
josdejong
f93dcfbc44 More tests 2013-05-10 21:53:05 +02:00
josdejong
bdaa2c6073 Fixed method unequal, which was checking for equality instead of inequality... (Fixed #9) 2013-05-03 21:58:50 +02:00
josdejong
7d5982035b Updated documentation of all methods. Changed cube and square to evaluate matrices element wise. 2013-04-20 14:04:34 +02:00
josdejong
8856f06104 Minor tweaks in code and comments 2013-04-18 21:26:24 +02:00
Jos de Jong
c6b2e436d9 Merge pull request #7 from bkiers/xgcd
Added function xgcd (extended-gcd) + unit tests.
2013-04-15 00:13:40 -07:00
Bart Kiers
d032fc02c3 Added function xgcd (extended-gcd) + unit tests. 2013-04-14 21:31:09 +02:00
josdejong
4914084e3f Removed Range from the function comments 2013-04-14 21:16:30 +02:00
josdejong
c9d5cb6062 Merge remote-tracking branch 'origin/develop' into develop 2013-04-14 21:10:15 +02:00
Bart Kiers
df4fc0b82c Fixed 2 small doc copy-paste errors. 2013-04-14 17:02:21 +02:00
josdejong
2742ab4fd5 Removed all instanceof checks for Range 2013-04-14 14:32:24 +02:00
josdejong
89a4bdd671 Renamed Chain to Selector and chain to select 2013-04-13 00:13:03 +02:00
josdejong
50276ee814 Removed the build-in parser documentation from the core library. 2013-04-11 19:52:18 +02:00
josdejong
3c8fba7ae9 Fixed #3: implemented methods gcd and lcm 2013-04-09 19:56:16 +02:00
josdejong
fbdac7cfed Implemented matrix support for methods max and min 2013-04-05 21:18:42 +02:00
josdejong
c695fdd7a4 Implemented division with matrices (should be improved upon later...) 2013-04-05 20:04:05 +02:00
josdejong
9eb57b5359 Documented Matrix and Range in readme. Fixed a bug in Matrix.set 2013-04-01 21:39:54 +02:00
josdejong
04f51c5beb Implemented Matrix support for all methods 2013-04-01 15:30:25 +02:00
josdejong
0309f62e3f Renamed method eye to identity 2013-03-28 20:17:21 +01:00
josdejong
c080426140 Rearrangements in the utility methods (format, size, map, forEach) 2013-03-23 12:33:48 +01:00
josdejong
1f2c87a494 Extended methods of Range (map, forEach, size) and Vector (resize, get, set, toString) 2013-03-22 22:35:40 +01:00
josdejong
936542e988 Separated method size into utility methods size and validate 2013-03-19 21:04:00 +01:00
josdejong
cf8cf46d63 Renamed methods 'copy' to 'clone' 2013-03-19 20:34:21 +01:00
josdejong
0c41367b6f Implemented fallback to primitive value of objects for all methods 2013-03-19 20:25:06 +01:00
josdejong
8a6548027f Implemented array support for all methods 2013-03-13 21:45:05 +01:00
josdejong
91e520dfb4 Implemented Array support for methods with one parameter 2013-03-09 20:55:03 +01:00
josdejong
ed36dd796b Implemented methods cube, factiorial, log(x, base), log10, sign, square 2013-02-25 20:18:03 +01:00
josdejong
57c4055458 Implemented methods mod, equal, unequal, smallereq, largereq 2013-02-24 20:51:35 +01:00
josdejong
3b9c24fe72 Documentation updated 2013-02-24 14:21:05 +01:00
josdejong
c896eae319 Parser implemented 2013-02-23 23:45:51 +01:00
josdejong
61b2a45a9a Added check for correct argument count to all functions 2013-02-23 14:13:17 +01:00
josdejong
2b976b59e8 Implemented/updated methods help, typeof, pow, round 2013-02-20 13:51:56 +01:00
josdejong
55e37b3fc3 Added methods add, divide, larger, multiply, pow, smaller, subtract, unaryminus, max, min. Library is now fully compatible with the standard Math library. 2013-02-18 20:49:01 +01:00
josdejong
16c64dffda Implemented methods ceil, fix, floor, round, random, atan2 2013-02-17 20:21:46 +01:00
josdejong
27b96f31e9 Implemented methods asin, acos, atan 2013-02-17 15:54:48 +01:00
josdejong
17cb48b7d0 Renamed project from math2 to mathjs 2013-02-17 01:36:22 +01:00
josdejong
b721f4e2ce First few functions implemented (abs, exp, log, sqrt, sin, cos, tan) 2013-02-16 20:59:41 +01:00
josdejong
21386ff3d2 Jake build script implemented 2013-02-16 14:23:37 +01:00