josdejong
c7ffb60634
Added reference docs for cube, exp, pow, square
2014-02-16 20:32:31 +01:00
josdejong
a09e302b97
Added reference docs for ceil, fix, floor, and round
2014-02-16 18:07:27 +01:00
josdejong
5d1997cc61
Added reference docs for abs, add, divide, multiply, subtract
2014-02-16 17:45:47 +01:00
josdejong
32aa26e768
Merge branch 'develop' into reference
2014-02-15 19:05:15 +01:00
josdejong
b7826bf65a
Implemented function compile
2014-02-15 17:59:19 +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
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
a16bdac0c4
Reference documentation for abs and add
2014-01-31 19:55:47 +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
fe8d832bed
Released version 0.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
josdejong
97be029d6e
Removed need to use the function keyword for function assignments in the expression parser
2014-01-18 11:18:29 +01:00
josdejong
8400b99b1e
History updated
2014-01-07 22:05:22 +01:00
josdejong
a5f10ff709
Added lowercase l for unit litre
2014-01-07 21:49:47 +01:00
josdejong
36a65785fb
Merge branch 'develop' into expression_compilation
...
Conflicts:
HISTORY.md
2014-01-07 21:45:51 +01:00
josdejong
bc157eb400
Updated docs and examples
2014-01-07 21:44:00 +01:00
josdejong
5d96ce4c16
Removed old code for expression evaluation
2014-01-07 21:07:43 +01:00
josdejong
00e55b917e
Replaced eval with compile
2014-01-07 16:12:57 +01:00
josdejong
8ce1a122bb
Some minor code rearrangement
2014-01-07 14:25:32 +01:00
Daniel Levin
c13da00dce
Updated combinations/permutations documentation
2014-01-07 13:40:54 +02:00
Daniel Levin
a6878572b9
added n <= k condition to permutations, combinations
2014-01-07 13:32:26 +02:00
Daniel Levin
f6fa5bf575
Added BigNumber support to combinations (and tests)
2014-01-07 13:27:56 +02:00
Daniel Levin
17acaaf9eb
added BigNumber support to permutations (with tests)
2014-01-07 13:19:58 +02:00
Daniel Levin
365490cf11
Changed parseInt to Math.floor
...
also added vim swap files to .gitignore
2014-01-07 12:58:09 +02:00
josdejong
28205b04e2
IndexNode works now for getting a subset too
2014-01-06 22:29:25 +01:00
Daniel Levin
fc1ac7efa4
changed x to n in permutations
2014-01-06 12:02:00 +02:00
Daniel Levin
4d72b3b0d5
added n <= k condition to combinations function
...
and also changed x to n in combinations
2014-01-06 12:00:47 +02:00
josdejong
965f4232ad
Added docs on combinations / permutations
2014-01-06 10:43:31 +01:00
josdejong
9d1b9d6a81
Renamed parameters in IndexNode
2014-01-05 22:20:08 +01:00
josdejong
c2c8bb61cf
Compilation of UpdateNode working again
2014-01-05 22:18:32 +01:00
josdejong
c0d312adbf
Better error in case of wrong object type in ParamsNode
2014-01-05 22:01:08 +01:00
josdejong
9e7c641302
Cleaned up ParamsNode
2014-01-05 21:58:13 +01:00
josdejong
bc05d8b9e8
Changed matrix index notation of expression parser from round brackets to square brackets
2014-01-05 21:52:13 +01:00
josdejong
37e12b23d1
Fixed ConstantNode pointing to undefined math
2014-01-05 21:17:34 +01:00
josdejong
a0f1053697
Simplified compilation factory code
2014-01-05 20:26:05 +01:00
josdejong
5f81246136
Implemented global definitions internally in expression compilation
2014-01-05 15:01:07 +01:00
Daniel Levin
6c88d7b58a
added more tests for combinations. Fixes #99
2014-01-05 14:16:14 +02:00
Daniel Levin
45b619cf84
added combinations function
2014-01-05 13:44:45 +02:00
josdejong
d7349296c0
Implemented IndexNode
2014-01-04 17:53:02 +01:00
Daniel Levin
b2acc29d04
added more tests
2014-01-04 18:01:21 +02:00
Daniel Levin
987111aefd
removed useless imports
2014-01-04 17:51:08 +02:00
Daniel Levin
a1b8588bdd
added tests for permutations function
2014-01-04 17:41:41 +02:00
Daniel Levin
d8f926bbb6
added permutations function addressing #99
2014-01-04 17:28:25 +02:00
Daniel Levin
e0462a63b6
Removed superfluous require statement
2014-01-04 16:40:08 +02:00
josdejong
5c84e72bc7
Implemented compilation for UpdateNode
2014-01-04 15:26:13 +01:00