4118 Commits

Author SHA1 Message Date
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
josdejong
e2bce92c04 More tests 2013-04-14 21:09:57 +02:00
Jos de Jong
074cb4327f Merge pull request #6 from bkiers/doc-fixes
Fixed 2 small doc copy-paste errors.
2013-04-14 11:01:13 -07:00
Bart Kiers
df4fc0b82c Fixed 2 small doc copy-paste errors. 2013-04-14 17:02:21 +02:00
josdejong
b627c6b617 Improved math.format, now outputs a max number of digits instead of a number of decimals 2013-04-14 14:36:02 +02:00
josdejong
2742ab4fd5 Removed all instanceof checks for Range 2013-04-14 14:32:24 +02:00
josdejong
b851f418e5 Implemented math.eval and a readonly option for the Parser and Scope. 2013-04-13 10:28:10 +02:00
josdejong
f6ae1d70e7 Fixed method typeof, did not work correctly in the minified version of the library 2013-04-13 01:03:59 +02:00
josdejong
0b9527fd27 Updated version number to 0.7.0-SNAPSHOT 2013-04-13 00:49:52 +02:00
josdejong
34925e3090 Readme updated 2013-04-13 00:48:14 +02:00
josdejong
a675a05987 oops... updated version number in component.json too v0.6.0 2013-04-13 00:37:52 +02:00
josdejong
ddd35d86d2 Released version 0.6.0 2013-04-13 00:25:36 +02:00
josdejong
89a4bdd671 Renamed Chain to Selector and chain to select 2013-04-13 00:13:03 +02:00
josdejong
e45cb774e7 Chained operations via method math.chain... coool! 2013-04-11 22:20:17 +02:00
josdejong
9d3232eb56 Fixed an incredibly stupid bug with the constant i 2013-04-11 22:03:17 +02:00
josdejong
4f7f0a3052 Code of the Scope restructured 2013-04-11 21:07:53 +02:00
josdejong
d6ebe886b9 Simplified and improved the scoping of the Parser 2013-04-11 20:57:11 +02:00
josdejong
50276ee814 Removed the build-in parser documentation from the core library. 2013-04-11 19:52:18 +02:00
josdejong
cc9b45f919 Added a little more explanation on units. 2013-04-10 21:27:09 +02:00
josdejong
ec4219c23f Renamed Unit.as to Unit.toNumber (more clear, and more consistent with the rest of the library) 2013-04-10 21:12:58 +02:00
josdejong
e682dc35bd Implemented methods Unit.in and Unit.as (see issue #5) 2013-04-10 20:52:49 +02:00
josdejong
3c8fba7ae9 Fixed #3: implemented methods gcd and lcm 2013-04-09 19:56:16 +02:00
josdejong
c95fa0b1fb Added a few more exports in different sizes of the favicon 2013-04-08 22:08:25 +02:00
josdejong
bb0337f705 Created a list with registerations on package managers and sites 2013-04-08 22:07:54 +02:00
josdejong
d2c50b30d2 Updated component.json 2013-04-06 21:21:42 +02:00
josdejong
60864958f1 Updated component.json 2013-04-06 21:17:44 +02:00
josdejong
b177a790cd Created component.json for bower v0.5.0 2013-04-06 20:59:03 +02:00
josdejong
a92bdea090 Added the built library again (for bower) 2013-04-06 20:53:08 +02:00
josdejong
481f8104e9 Released version 0.5.0 2013-04-06 20:16:07 +02:00
josdejong
924dc0df63 fixed a bug in util.size 2013-04-06 19:55:54 +02:00
josdejong
d073c6cc31 Fixed transpose not returning result as a Matrix in case of Matrix input. 2013-04-06 15:32:39 +02:00
josdejong
9413e65b73 Ignoring built libraries 2013-04-06 15:21:26 +02:00
josdejong
ed928dae40 Removed built libraries from the sourcecode 2013-04-06 15:18:02 +02:00
josdejong
5aa8a68bdd Implemented transpose operator (') in parser. Fixed parsing empty matrix. 2013-04-06 15:12:15 +02:00
josdejong
34a1039599 Implemented matrix concatenation in the parser 2013-04-06 13:27:11 +02:00
josdejong
f2c4104ad7 Implemeneted method concat for matrix concatenation 2013-04-06 11:52:45 +02:00
josdejong
fbdac7cfed Implemented matrix support for methods max and min 2013-04-05 21:18:42 +02:00
josdejong
2a02904bb7 Added some neat error messages for moved constructors 2013-04-05 20:24:50 +02:00
josdejong
c695fdd7a4 Implemented division with matrices (should be improved upon later...) 2013-04-05 20:04:05 +02:00
josdejong
029158e7df Implemented method inv 2013-04-05 19:53:42 +02:00
josdejong
2ecac3ae3b Implemented transpose 2013-04-03 22:32:07 +02:00
josdejong
78bf9dbf4a Renamed identity to eye. 2013-04-03 22:11:06 +02:00
josdejong
7fc49f4058 Implemented method det (determinant) 2013-04-03 22:08:55 +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
5c693ac4fb Moved test files 2013-04-01 13:58:37 +02:00
josdejong
d86c7a49e9 Created a single method _validateIndex to replace a quite some type/range checking in the Matrix prototype 2013-04-01 13:58:12 +02:00
josdejong
31eef84361 Changed Matrix.get and Matrix.set to one-based instead of zero-based. 2013-04-01 13:53:49 +02:00
josdejong
fcbe4cb8a4 Implemented getting and setting submatrices in the Parser 2013-04-01 12:55:36 +02:00