Common utilities of mathematics.
npm install @maboroshi/math-utils数学ユーティリティ
``sh`
npm install @maboroshi/math-utils
or
`sh`
yarn add @maboroshi/math-utils
`js
import { sum } from '@maboroshi/math-utils'
console.log(sum(1, 2, 3)) // => 6
``
API ドキュメント を見る