@eliasku/fast-math

Modern package for ESNext / TypeScript.

Usage no npm install needed!

<script type="module">
  import eliaskuFastMath from 'https://cdn.skypack.dev/@eliasku/fast-math';
</script>

README

Fast math utilities

Modern package for ESNext / TypeScript.

  • Lookup table sin, cos, acos functions
  • Short inlineable floor, ceil, round, abs, sign functions
  • SMI versions for abs, sign functions (signed integers with 31 bits precision)