1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2026-03-02 03:49:24 +00:00

#100 Add Decimal.sum method

This commit is contained in:
Michael Mclaughlin
2021-06-22 10:13:28 +01:00
parent 0e0dcaec27
commit 66a21ee9d1
6 changed files with 149 additions and 11 deletions

View File

@@ -59,6 +59,7 @@
'sin',
'sinh',
'sqrt',
'sum',
'tan',
'tanh',
'times',