1.0.1 • Published 4 years ago

@bemoje/math-pow10-pre-computed v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@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