Merge pull request #104 from mcdickenson/update_readme_3xx

Update readme to reflect version 3.x.x
This commit is contained in:
Michael M 2016-11-30 17:56:29 +00:00 committed by GitHub
commit dfbbbbf22f
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ For the browser, see *every-test.html* and *single-test.html* in the *test/brows
## Versions
This is version 2.x.x of the library, for version 1.x.x see the tagged releases or switch to the 'original' branch. The advantages of version 2 are that it is considerably faster for numbers with many digits and that there are a some added methods (see Change Log below). The disadvantages are more lines of code and increased code complexity, and the loss of simplicity in no longer having the coefficient of a BigNumber stored in base 10. The 'original' version will continue to be supported.
Version 1.x.x of this library is still supported on the 'original' branch. The advantages of later versions are that they are considerably faster for numbers with many digits and that there are some added methods (see Change Log below). The disadvantages are more lines of code and increased code complexity, and the loss of simplicity in no longer having the coefficient of a BigNumber stored in base 10.
## Performance