Skip to content

Commit

Permalink
Merge pull request #66 from jmiziolek/plus-example
Browse files Browse the repository at this point in the history
Corrected .plus() example
  • Loading branch information
MikeMcl committed Jul 8, 2016
2 parents 5faa1e9 + f3bb2ab commit 7487039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/bigAPI.html
Expand Up @@ -536,7 +536,7 @@ <h5 id="plus">
0.1 + 0.2 // 0.30000000000000004
x = new Big(0.1)
y = x.plus(0.2) // '0.3'
Big(0.7).plus(x).plus(y) // '1'</pre>
Big(0.7).plus(x).plus(y) // '1.1'</pre>



Expand Down

0 comments on commit 7487039

Please sign in to comment.