615 Commits

Author SHA1 Message Date
josdejong
e5a0ecc0fa Added outSourceMap (but doesn't work) 2014-01-18 10:51:45 +01:00
josdejong
a256d73e98 Changed gulp version numbers to latest 2014-01-18 10:30:33 +01:00
josdejong
e8a057dca2 Browserify working via a workaround 2014-01-13 14:32:37 +01:00
josdejong
d6e275c817 Merge branch 'develop' into gulp 2014-01-07 16:21:39 +01:00
josdejong
8ce1a122bb Some minor code rearrangement 2014-01-07 14:25:32 +01:00
Jos de Jong
b09ffb582c Merge pull request #129 from daniel-levin/develop
Permutations and Combinations functions now accept BigNumbers
2014-01-07 05:03:02 -08:00
Daniel Levin
c13da00dce Updated combinations/permutations documentation 2014-01-07 13:40:54 +02:00
Daniel Levin
933542cd68 Tests for non-integer bignumbers in combinations 2014-01-07 13:34:44 +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
e991539bce Added gulpfile.js 2014-01-06 22:01:35 +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
Jos de Jong
574dabee2e Merge pull request #128 from daniel-levin/develop
Added permutations and combinations functions (with tests), addressing #99
2014-01-06 01:26:11 -08: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
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
31a05db32d Updated description on installation with component 2014-01-02 21:48:53 +01:00
Jos de Jong
e4507f4ec9 Merge pull request #126 from marcusandre/patch-2
Add `component install` into Getting Started docs.
2014-01-02 12:43:34 -08:00
Jos de Jong
9282b9d435 Merge pull request #127 from marcusandre/patch-3
Add `component(1)` publishing information.
2014-01-02 12:43:03 -08:00
Jos de Jong
7ef1b74f43 Merge pull request #125 from marcusandre/patch-1
Add component(1) installation routine to Readme.
2014-01-02 12:42:37 -08:00
Marcus André
0d3b7e751f Add component(1)publishing information. 2014-01-02 21:40:59 +01:00
Marcus André
a695dac821 Add component install into Getting Started docs. 2014-01-02 21:35:59 +01:00
Marcus André
8f0a13453c Add component(1) installation routine to Readme.
component(1) needs to find the component.json inside the master branch. Keep that in mind before accepting this pull request. ;)
2014-01-02 21:31:02 +01:00
josdejong
7f5dd1855e Merge remote-tracking branch 'origin/develop' into develop 2014-01-02 21:15:12 +01:00
Jos de Jong
870661c582 Merge pull request #124 from marcusandre/feature/component
Create component.json
2014-01-02 12:12:39 -08:00
Marcus André
7850cdcdf7 Create component.json 2014-01-02 19:15:32 +01:00
josdejong
ff6f86b753 Dropped support for node.js v0.4 and v0.6 2014-01-02 11:27:46 +01:00
josdejong
f89a9945e3 Removed deprecated function in, gives conflicts :( 2013-12-21 22:23:38 +01:00
josdejong
af04f24882 Updated docs and examples for renamed operator to. 2013-12-21 21:30:10 +01:00
josdejong
7091cd4fa7 Added error for deprecated function in 2013-12-21 21:29:50 +01:00
josdejong
bdf7d44dd2 Added operator in to expression parser (alias of to) 2013-12-21 21:24:56 +01:00
Jos de Jong
dd9f7ee58d Merge pull request #122 from tmpvar/unit-to-operator
move the 'in' unit conversion keyword to 'to'
2013-12-21 11:30:58 -08:00
Elijah Insua
be67514557 move the 'in' unit conversion keyword to 'to'
This also enables 'in' as an alias of 'inch'.  refs #120
2013-12-20 15:31:18 -07:00
josdejong
1f367ef8fc Updated version number to 0.17.2-SNAPSHOT 2013-12-19 17:45:33 +01:00
josdejong
b1cb5543e7 Updated how to publish description 2013-12-19 17:45:07 +01:00
josdejong
563b3767e6 Released version 0.17.1 v0.17.1 2013-12-19 17:20:20 +01:00
josdejong
df345c66cb Fixed #113: bug in prefixes for squared and cubic meter (m2 and m3) 2013-12-14 14:43:25 +01:00
josdejong
2b98831d84 Fixed #119: bug with negative temperatures 2013-12-14 14:26:30 +01:00
josdejong
d22168ea88 Added script for coverage report 2013-12-14 13:20:27 +01:00
josdejong
8b4ce62049 Version number updated to 0.17.1-SNAPSHOT 2013-12-12 13:34:52 +01:00
josdejong
12812e7afb Merge branch 'develop'
Conflicts:
	bower.json
	dist/math.js
	dist/math.min.js
	package.json
v0.17.0
2013-12-12 11:05:21 +01:00
josdejong
a35d119356 Released version 0.17.0 2013-12-12 11:04:48 +01:00