@maboroshi/math-utils
v2.0.1
Published
Common utilities of mathematics.
Downloads
112
Readme
math-utils
数学ユーティリティ
インストール
npm install @maboroshi/math-utils
or
yarn add @maboroshi/math-utils
使い方
import { sum } from '@maboroshi/math-utils'
console.log(sum(1, 2, 3)) // => 6
API
API ドキュメント を見る