Another math library
npm install @ntf/mathsh
npm install @ntf/math
`
`sh
yarn add @ntf/math
`
`sh
pnpm install @ntf/math
`
Usage
$3
This library can be used in CommonJS and ESModule environments
`typescript
const { ... } = require("@ntf/math");
`
`typescript
import { ... } from "@ntf/math";
``