Another math library
Because I like reinventing the wheel :)
Use your favourite package manager, idk
npm install @ntf/math
yarn add @ntf/math
pnpm install @ntf/math
This library can be used in CommonJS
and ESModule
environments
const { ... } = require("@ntf/math");
import { ... } from "@ntf/math";
Just like any Open Source Project this has a License, the MIT License