@baggie/math

A library of math tools for JavaScript and TypeScript. Calculate percentages, angles, coordinates, time differences, geometry etc.

Usage no npm install needed!

<script type="module">
  import baggieMath from 'https://cdn.skypack.dev/@baggie/math';
</script>

README

Baggie logo

@baggie/math

Math tools from the little bag-of-tricks.

Tools for doing math because it's hard. Calculate percentages, angles, coordinates, time differences, geometry etc.



๐Ÿงพ Documentation

Visit bag-of-tricks.github.io for more complete documentation and examples.

๐Ÿš€ Installation

#npm
npm install @baggie/math --save

#yarn
yarn add @baggie/math