@ckapp/math

Package of math utilities for JS / TS

Usage no npm install needed!

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

README

CI npm version Coverage Status

@ckapp/math

Utility package for math related operations.

Branches / Versions

  • master - Contains the most recent and unreleased changes
  • stable - Contains the latest version you'd get if you do npm install @ckapp/math

Most PRs should be made to master.

Check our branching and release strategy.

Installation and Usage

ES6 via npm

npm i @ckapp/math

Building/Testing

  • npm test run tests