@bemoje/math-pow10-pre-computed

Pre-computed powers of 10

Usage no npm install needed!

<script type="module">
  import bemojeMathPow10PreComputed from 'https://cdn.skypack.dev/@bemoje/math-pow10-pre-computed';
</script>

README

@bemoje/math-pow10-pre-computed

Pre-computed powers of 10

Version

NPM version

Travis CI

dependencies

Dependencies

dependencies

Stats

NPM downloads Forks

Donate

Buy Me A Beer donate button PayPal donate button

Installation

npm install @bemoje/math-pow10-pre-computed
npm install --save @bemoje/math-pow10-pre-computed
npm install --save-dev @bemoje/math-pow10-pre-computed

Usage

import mathPow10PreComputed from '@bemoje/math-pow10-pre-computed'

mathPow10PreComputed
//=> [1, 10, 100, 1000, 10000, 100000, 1000000, 10000000, 100000000, 1000000000]

Tests

Uses Jest to test module functionality. Run tests to get coverage details.

npm run test

API

y