UNPKG

theorem.js

Version:

A Math library for computation in JavaScript

4 lines (3 loc) 76 B
sum() { return [...arguments].reduce((a, b) => new BigNumber(a).plus(b)) }