Newly Available
JavaScript
id: math-sum-precise
Math.sumPrecise()
The
Math.sumPrecise() static method returns the sum of an iterable of numbers. It avoids the precision loss of intermediate partial sums, as found using reduce() or a loop to add together an array of values.
Baseline Status:
Achieved Newly Available on Apr 10, 2026 across core engines.
Desktop Browser Engine Support
Google Chrome
147
Supported
Mozilla Firefox
137
Supported
Apple Safari
26.2
Supported
Microsoft Edge
147
Supported
Mobile Browser Engine Support
Chrome Android
147
Firefox Android
137
Safari iOS
26.2
Specifications and References
MDN Browser Compat Data Keys: