Merge pull request #109 from waldir/patch-1

update docs/constants.md to match lib/constants.js
This commit is contained in:
Jos de Jong 2013-11-19 05:12:22 -08:00
commit 2d7e398ddb

View File

@ -3,7 +3,7 @@
Math.js has the following built-in constants.
- math.E, math.e
- math.I, math.i
- math.i
- math.Infinity
- math.LN2
- math.LN10
@ -13,6 +13,7 @@ Math.js has the following built-in constants.
- math.PI, math.pi
- math.SQRT1_2
- math.SQRT2
- math.tau
Example usage: