Skip to content

Commit

Permalink
update example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot committed Feb 21, 2024
1 parent c56ca73 commit f6c1579
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 @@ -25,7 +25,7 @@ let values = [1e20, 0.1, -1e20];

values.reduce((a, b) => a + b, 0); // 0

Math.sumExact(...values); // 0.1
Math.sumExact(values); // 0.1
````

## Questions
Expand Down

0 comments on commit f6c1579

Please sign in to comment.