Merge pull request #9 from xyproto/contrib

The equation also defines j and k
This commit is contained in:
Matt DesLauriers
2015-06-30 08:41:55 -04:00

View File

@@ -79,6 +79,8 @@ Code:
```js
var x = 2 * k * j
var k = x / (2 * j)
var j = x / (2 * k)
```
<!--