@stdlib/number-float32-base-exponent
Advanced tools
+8
-30
| { | ||
| "name": "@stdlib/number-float32-base-exponent", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "description": "Return an integer corresponding to the unbiased exponent of a single-precision floating-point number.", | ||
@@ -18,17 +18,10 @@ "license": "Apache-2.0", | ||
| "directories": { | ||
| "benchmark": "./benchmark", | ||
| "doc": "./docs", | ||
| "example": "./examples", | ||
| "include": "./include", | ||
| "lib": "./lib", | ||
| "src": "./src", | ||
| "test": "./test" | ||
| "dist": "./dist" | ||
| }, | ||
| "types": "./docs/types", | ||
| "scripts": { | ||
| "test": "make test", | ||
| "test-cov": "make test-cov", | ||
| "examples": "make examples", | ||
| "benchmark": "make benchmark" | ||
| }, | ||
| "scripts": {}, | ||
| "homepage": "https://stdlib.io", | ||
@@ -43,23 +36,8 @@ "repository": { | ||
| "dependencies": { | ||
| "@stdlib/constants-float32-exponent-bias": "^0.2.0", | ||
| "@stdlib/constants-float32-exponent-mask": "^0.2.0", | ||
| "@stdlib/number-float32-base-to-word": "^0.2.0", | ||
| "@stdlib/utils-library-manifest": "^0.2.0" | ||
| "@stdlib/constants-float32-exponent-bias": "^0.2.1", | ||
| "@stdlib/constants-float32-exponent-mask": "^0.2.1", | ||
| "@stdlib/number-float32-base-to-word": "^0.2.1", | ||
| "@stdlib/utils-library-manifest": "^0.2.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@stdlib/constants-float32-ninf": "^0.1.1", | ||
| "@stdlib/constants-float32-pinf": "^0.1.1", | ||
| "@stdlib/math-base-assert-is-nan": "^0.1.1", | ||
| "@stdlib/math-base-special-pow": "^0.1.0", | ||
| "@stdlib/math-base-special-round": "^0.1.1", | ||
| "@stdlib/number-float32-base-to-binary-string": "^0.1.1", | ||
| "@stdlib/number-float64-base-to-float32": "^0.1.1", | ||
| "@stdlib/random-base-randu": "^0.1.0", | ||
| "@stdlib/utils-try-require": "^0.2.0", | ||
| "tape": "git+https://github.com/kgryte/tape.git#fix/globby", | ||
| "istanbul": "^0.4.1", | ||
| "tap-min": "git+https://github.com/Planeshifter/tap-min.git", | ||
| "@stdlib/bench-harness": "^0.1.2", | ||
| "@stdlib/bench": "^0.3.1" | ||
| }, | ||
| "devDependencies": {}, | ||
| "engines": { | ||
@@ -66,0 +44,0 @@ "node": ">=0.10.0", |
+2
-2
@@ -258,4 +258,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/number-float32-base-exponent/actions/workflows/test.yml/badge.svg?branch=v0.2.0 | ||
| [test-url]: https://github.com/stdlib-js/number-float32-base-exponent/actions/workflows/test.yml?query=branch:v0.2.0 | ||
| [test-image]: https://github.com/stdlib-js/number-float32-base-exponent/actions/workflows/test.yml/badge.svg?branch=v0.2.1 | ||
| [test-url]: https://github.com/stdlib-js/number-float32-base-exponent/actions/workflows/test.yml?query=branch:v0.2.1 | ||
@@ -262,0 +262,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float32-base-exponent/main.svg |
0
-100%40471
-2.09%