josdejong
baa2fb43c6
Ignoring an else case for coverage of unit tests
2014-03-15 23:11:06 +01:00
josdejong
e8cb8f91ce
Some more unit tests
2014-03-15 23:05:20 +01:00
josdejong
8de0baf4f9
Dropped node 0.8 from travis tests
2014-03-15 22:16:45 +01:00
josdejong
5dc010c889
Some more unit tests
2014-03-15 22:11:44 +01:00
josdejong
3fcbb02197
Merge branch 'master' into develop
2014-03-15 15:27:50 +01:00
josdejong
f1ea498927
Added some more unit tests
2014-03-15 15:27:05 +01:00
Jos de Jong
99f5de862d
Merge pull request #144 from mtraynham/if_else_function
...
Adds the ifElse function.
2014-03-13 09:27:25 +01:00
Jos de Jong
6295b5eb53
Merge pull request #147 from fcolas6013/patch-3
...
Correct typo in numbers.md
2014-03-13 09:18:17 +01:00
Jos de Jong
2de982893c
Merge pull request #146 from fcolas6013/patch-2
...
Correct some typos in expressions.md
2014-03-13 09:17:45 +01:00
Jos de Jong
f9e51c799c
Merge pull request #145 from fcolas6013/patch-1
...
Correct typo in getting_started.md
2014-03-13 09:16:50 +01:00
Jos de Jong
ea195eed24
Merge pull request #148 from fcolas6013/patch-4
...
Correct typo in bignumbers.md
2014-03-13 09:15:38 +01:00
Jos de Jong
a9458d2612
Merge pull request #149 from fcolas6013/patch-5
...
Correct typo in command_line_interface.md
2014-03-13 09:14:52 +01:00
Fabrice Colas
c7df20ebe6
Correct typo in command_line_interface.md
2014-03-12 23:15:44 -07:00
Fabrice Colas
1da52c2837
Correct typo in bignumbers.md
2014-03-12 23:02:20 -07:00
Fabrice Colas
08cbc3dfa2
Correct typo in numbers.md
2014-03-12 22:59:24 -07:00
Fabrice Colas
7dec53330e
Correct some typos in expressions.md
2014-03-12 22:54:35 -07:00
Fabrice Colas
8e427406c1
Correct typo in getting_started.md
2014-03-12 22:27:49 -07:00
Matt Traynham
7d26235842
Adds support for IfElse ternary operation functions. These can be used in the compiler as well. Much easier than adding basic parse support for ternary operands '?' & ':'.
2014-03-11 20:07:02 -04:00
josdejong
eca2326802
More unit tests
2014-03-01 21:35:55 +01:00
josdejong
b046c7ee98
Completed unit tests for all expression nodes
2014-03-01 15:55:20 +01:00
josdejong
42548e1cf0
More unit tests
2014-02-28 22:50:46 +01:00
josdejong
32b0d33351
Cleaned up some dead code
2014-02-26 21:23:11 +01:00
josdejong
f45c0be17e
Updated note about non-stabilized API
2014-02-26 21:22:56 +01:00
josdejong
30d9d4653c
Some more unit tests added
2014-02-26 21:07:22 +01:00
josdejong
f48beee1f9
Added some more unit tests
2014-02-25 22:37:53 +01:00
josdejong
9cf1448b30
Bumped version number to 0.19.0-SNAPSHOT
2014-02-15 19:05:06 +01:00
josdejong
a3f68dc066
Released version 0.18.1
v0.18.1
2014-02-15 18:02:28 +01:00
josdejong
b7826bf65a
Implemented function compile
2014-02-15 17:59:19 +01:00
josdejong
510f309fd4
Updated gulp version number to *
2014-02-09 23:11:06 +01:00
josdejong
162789c29b
Updated gulp version number
2014-02-09 23:09:19 +01:00
josdejong
d2f8051a15
Updated gulp version number
2014-02-09 23:06:10 +01:00
Jos de Jong
d3b2988bca
Merge pull request #137 from finnp/develop
...
Determinant bug (det) fix
2014-02-09 22:48:02 +01:00
josdejong
13c9fd8307
Fixed missing sourceMappingURL
2014-02-09 22:11:50 +01:00
josdejong
89992f11a5
Some changes in gulpfile.js
2014-02-09 22:04:27 +01:00
josdejong
c87b600196
Replaced jake with gulp
2014-02-09 21:54:50 +01:00
josdejong
415176f3e3
Merge branch 'gulp' into develop
...
Conflicts:
dist/math.js
dist/math.min.js
2014-02-09 21:38:00 +01:00
josdejong
6edd939a02
Replaced browserify with webpack
2014-02-09 21:36:57 +01:00
Finn
8b2a6a13f3
Improved det tests and fixed bug
...
Before the det function changed the original values of the input array/matrix. I fixed this problems and added tests to account for that. I additionally added some more tests and enforced the input to be an array or a matrix since determinants are not defined for other types
2014-02-09 17:26:33 +01:00
josdejong
1e58dcb824
Updated history
2014-02-08 18:30:18 +01:00
Jos de Jong
5f6d3ae988
Merge pull request #136 from hamadu/faster-matrix-power-wip
...
Faster matrix power
2014-02-08 18:19:16 +01:00
hama_du
9f90696b37
compute power of matrix faster
...
added large size of matrix test
compute power of matrix faster
2014-02-08 20:10:15 +09:00
josdejong
b520a198ac
Fixed #134 : error in function combinations for large numbers
2014-01-31 23:23:57 +01:00
josdejong
36c38982e5
ArgumentsError now extends Error instead of SyntaxError
2014-01-31 23:22:17 +01:00
josdejong
5af9c51adb
Added stacktrace to UnsupportedTypeError and ArgumentsError
2014-01-31 19:58:06 +01:00
josdejong
591c3f9000
Fixed #132 : Added unit feet
2014-01-20 21:43:11 +01:00
josdejong
b214cdbd54
Fixed broken example old_browsers.html
2014-01-20 16:12:07 +01:00
josdejong
6621939b0d
Fixed broken auto completion in the command line interface
2014-01-18 14:58:30 +01:00
josdejong
9da3ad6861
Bumped version number to 0.19.0-SNAPSHOT
2014-01-18 14:55:46 +01:00
josdejong
fe8d832bed
Released version 0.18.0
v0.18.0
2014-01-18 14:30:56 +01:00
josdejong
8226e524f9
Added plurals and aliases for units.
2014-01-18 14:19:08 +01:00