Added link to online docs

This commit is contained in:
Michael Mclaughlin 2013-11-08 16:52:28 +00:00
parent 4972deb36e
commit f696c01227
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ The value of a BigNumber is stored in a decimal floating point format in terms o
x.e // 2 exponent
x.s // -1 sign
For futher information see the API reference in the *doc* folder.
For futher information see the [API](http://mikemcl.github.io/bignumber.js/) reference from the *doc* folder.
## Test