Skip to content

Commit

Permalink
one more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot committed Dec 18, 2023
1 parent 6245f37 commit df11bbf
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 @@ -18,7 +18,7 @@ Also, summing a list of floating point numbers can be done more precisely than t

## Proposal

Add a variadic `Math.sum` method which returns the sum of its arguments using a more clever algorithm than naive summation.
Add a variadic `Math.sum` method which returns the sum of its arguments using a more precise algorithm than naive summation.

```js
let values = [1e20, 0.1, -1e20];
Expand Down

0 comments on commit df11bbf

Please sign in to comment.