Skip to content

Commit

Permalink
Updated conversion of Bignums
Browse files Browse the repository at this point in the history
  • Loading branch information
rylanc committed Jul 17, 2014
1 parent a0999ff commit d6b541d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ lose precision above 2<sup>53</sup>.

#### `Bignum`s

Are converted to JS numbers. See the above note about precision.
Are converted to JS numbers if they are less than or equal to `Number.MAX_VALUE`. Otherwise, they are converted into JS strings. See the above note about precision.

#### arrays

Expand Down

0 comments on commit d6b541d

Please sign in to comment.