LibJS: Implement Math.sumPrecise

This commit is contained in:
aplefull 2025-03-02 20:04:38 +01:00 committed by Andreas Kling
commit 80b2c11c81
Notes: github-actions[bot] 2025-03-03 20:47:18 +00:00
5 changed files with 341 additions and 0 deletions

View file

@ -499,6 +499,7 @@ namespace JS {
P(substr) \
P(substring) \
P(subtract) \
P(sumPrecise) \
P(sup) \
P(supportedLocalesOf) \
P(supportedValuesOf) \