@unex/math
v2.0.1
Published
A comprehensive math utility library
Maintainers
Readme
Math Library
A collection of functions I need everytime, and copy from everywhere.
Install
npm install @unex/mathUsage
import { lerp } from "@unex/math";
lerp(0, 1, 0.5);Testing
npm run testPublish
npm version patchOr npm version minor or npm version major, then create a PR.
Credits
LICENSE
I will publish a lisence after I decide what to do about code from the libs above, for now, this is intended for personal use.
