josdejong
|
d1cc3a3f15
|
Moved Link to namespace math.expr
|
2013-04-27 09:41:52 +02:00 |
|
josdejong
|
548708ffaa
|
Improvements in parser and node tree. Implemented Params and Operator. Some first simplifications in Scope
|
2013-04-26 21:13:54 +02:00 |
|
josdejong
|
5bd7358fd0
|
More tests added
|
2013-04-23 22:06:40 +02:00 |
|
josdejong
|
d038477f69
|
Fixed a few issues such that math.js works on IE6-8 too.
|
2013-04-22 21:53:10 +02:00 |
|
josdejong
|
2f65e4571c
|
Updated version number to 0.8.0-SNAPSHOT
|
2013-04-20 18:54:28 +02:00 |
|
josdejong
|
4854eb4979
|
Fixed broken test
v0.7.0
|
2013-04-20 17:59:57 +02:00 |
|
josdejong
|
2056703477
|
More detailed error logging on tests
|
2013-04-20 17:56:14 +02:00 |
|
josdejong
|
6e44b364fb
|
Fixed a broken test
|
2013-04-20 17:50:11 +02:00 |
|
josdejong
|
afaf2814e4
|
Released version 0.7.0
|
2013-04-20 17:44:51 +02:00 |
|
josdejong
|
8e48001e59
|
Changed second parameter of method import to an object with options.
|
2013-04-20 15:13:49 +02:00 |
|
josdejong
|
c1ff11f48b
|
Updated matrix example
|
2013-04-20 14:58:55 +02:00 |
|
josdejong
|
d423ff0382
|
Added examples on matrices and units
|
2013-04-20 14:56:08 +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
|
34df0963ae
|
Created a number of example files
|
2013-04-19 21:43:28 +02:00 |
|
josdejong
|
dfb00c1f48
|
Description on how to use the parser extended
|
2013-04-19 20:33:26 +02:00 |
|
josdejong
|
8856f06104
|
Minor tweaks in code and comments
|
2013-04-18 21:26:24 +02:00 |
|
josdejong
|
a90b5ffc0b
|
Fixed an error in math.typeof on Internet Explorer.
|
2013-04-18 21:25:52 +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
|
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 |
|