UNPKG

theorem.js

Version:

A Math library for computation in JavaScript

4 lines (3 loc) 81 B
product() { return [...arguments].reduce((a, b) => new BigNumber(a).times(b)) }