math-float64-exponent

v1.0.0
Returns an integer corresponding to the unbiased exponent of a double-precision floating-point number.
compute.io compute-io compute computation math.io math-io math mathematics exponent and 12 more...

test

if [ "${TRAVIS}" ]; then npm run test-ci; else npm run test-local; fi

test-local

tape "./test/*.js" | tap-spec

test-ci

npm run test-local && xvfb-run npm run test-browsers

test-cov

istanbul cover --dir ./reports/coverage --report lcov tape -- "./test/*.js"

test-browsers

browserify ./test/*.js | testling | tap-spec

coverage

istanbul cover --dir ./reports/codecov/coverage --report lcovonly tape -- "./test/*.js" && cat ./reports/codecov/coverage/lcov.info | codecov && rm -rf ./reports/codecov
npm i math-float64-exponent

Metadata

  • MIT
  • Whatever
  • Athan Reines
  • released 1/20/2016

Downloads

Maintainers