@bemoje/math-pow10-pre-computed
v1.0.1
Published
Pre-computed powers of 10
Downloads
20
Maintainers
Readme
@bemoje/math-pow10-pre-computed
Pre-computed powers of 10
Version
Travis CI
Dependencies
Stats
Donate
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