Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

maboroshi-inc/math-utils

Repository files navigation

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 ドキュメント を見る