josdejong
|
0b2e28403b
|
Fixed in mod for negative numerators. Added more input validation. Added tests
|
2013-05-29 20:14:51 +02:00 |
|
josdejong
|
33bbd402b2
|
Implemented context variable end for subsets of strings
|
2013-05-27 21:48:48 +02:00 |
|
josdejong
|
9d225d1979
|
Added an example file extend.js, updated readme
|
2013-05-27 21:12:55 +02:00 |
|
josdejong
|
23ffed0994
|
Implemented function subset, including support for string and scalar
|
2013-05-26 15:43:21 +02:00 |
|
josdejong
|
f09c3fccce
|
Some more tests added
|
2013-05-24 20:44:08 +02:00 |
|
josdejong
|
1f6bcc8542
|
Implemented function math.parse(expr [,scope]), extended function math.expr(expr [,scope]).
|
2013-05-21 21:01:34 +02:00 |
|
josdejong
|
0090fdd925
|
Extended import function
|
2013-05-18 20:11:03 +02:00 |
|
josdejong
|
2fe383a19c
|
More tests and minor. Improved flexibility of data constructors.
|
2013-05-18 19:39:01 +02:00 |
|
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
|
6bd857ca7e
|
Implemented index parameter 'end'
|
2013-05-09 14:47:23 +02:00 |
|
josdejong
|
738bd1350f
|
More tests
|
2013-05-07 22:06:36 +02:00 |
|
josdejong
|
922e12073b
|
Implemented command line interface. soo coool.
|
2013-05-06 22:25:00 +02:00 |
|
josdejong
|
84552d133e
|
More tests
|
2013-05-06 21:54:57 +02:00 |
|
josdejong
|
30274bfec8
|
Few more tests and type checks
|
2013-05-05 21:07:25 +02:00 |
|
josdejong
|
a8331f958c
|
math.eval supports variables and multiple expressions now. Removed the readonly option from Parser and Scope.
|
2013-05-05 20:54:10 +02:00 |
|
josdejong
|
9f91213ea6
|
Fixed non-working unequal operator != in the parser
|
2013-05-05 20:22:59 +02:00 |
|
josdejong
|
f0c6bad960
|
Improved test methods approx.equal and approx.deepEqual.
|
2013-05-05 18:34:54 +02:00 |
|
josdejong
|
31a034cc2c
|
Splitted all tests in separate files: one file per function
|
2013-05-05 15:38:28 +02:00 |
|
josdejong
|
006fe720a1
|
Released version 0.7.2
|
2013-05-04 21:52:56 +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
|
5bd7358fd0
|
More tests added
|
2013-04-23 22:06:40 +02:00 |
|
josdejong
|
4854eb4979
|
Fixed broken test
|
2013-04-20 17:59:57 +02:00 |
|
josdejong
|
6e44b364fb
|
Fixed a broken test
|
2013-04-20 17:50:11 +02:00 |
|
josdejong
|
8e48001e59
|
Changed second parameter of method import to an object with options.
|
2013-04-20 15:13:49 +02:00 |
|
josdejong
|
597439cc07
|
Added matrix support for function eval
|
2013-04-20 14:08:44 +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 |
|
josdejong
|
bfb8559fff
|
More unit tests
|
2013-04-15 22:37:16 +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 |
|
josdejong
|
47c29dd990
|
ok ok now this test should work!
|
2013-04-14 21:37:10 +02:00 |
|
josdejong
|
bd7c9a5216
|
Removed broken test
|
2013-04-14 21:35:04 +02:00 |
|
josdejong
|
267307019f
|
Fixed a broken test
|
2013-04-14 21:32:47 +02:00 |
|
Bart Kiers
|
d032fc02c3
|
Added function xgcd (extended-gcd) + unit tests.
|
2013-04-14 21:31:09 +02:00 |
|
josdejong
|
d820305223
|
Prevent round-off errors in test
|
2013-04-14 21:24:54 +02:00 |
|
josdejong
|
e2bce92c04
|
More tests
|
2013-04-14 21:09:57 +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
|
b851f418e5
|
Implemented math.eval and a readonly option for the Parser and Scope.
|
2013-04-13 10:28:10 +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
|
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
|
d073c6cc31
|
Fixed transpose not returning result as a Matrix in case of Matrix input.
|
2013-04-06 15:32:39 +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
|
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 |
|