@stdlib/number-float32-base-exponent 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -249,8 +249,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
|
|
|
249
249
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/number-float32-base-exponent.svg
|
|
250
250
|
[npm-url]: https://npmjs.org/package/@stdlib/number-float32-base-exponent
|
|
251
251
|
|
|
252
|
-
[test-image]: https://github.com/stdlib-js/number-float32-base-exponent/actions/workflows/test.yml/badge.svg?branch=v0.1.
|
|
253
|
-
[test-url]: https://github.com/stdlib-js/number-float32-base-exponent/actions/workflows/test.yml?query=branch:v0.1.
|
|
252
|
+
[test-image]: https://github.com/stdlib-js/number-float32-base-exponent/actions/workflows/test.yml/badge.svg?branch=v0.1.1
|
|
253
|
+
[test-url]: https://github.com/stdlib-js/number-float32-base-exponent/actions/workflows/test.yml?query=branch:v0.1.1
|
|
254
254
|
|
|
255
255
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float32-base-exponent/main.svg
|
|
256
256
|
[coverage-url]: https://codecov.io/github/stdlib-js/number-float32-base-exponent?branch=main
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/number-float32-base-exponent",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Return an integer corresponding to the unbiased exponent of a single-precision floating-point number.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -39,22 +39,22 @@
|
|
|
39
39
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@stdlib/constants-float32-exponent-bias": "^0.1.
|
|
43
|
-
"@stdlib/constants-float32-exponent-mask": "^0.1.
|
|
44
|
-
"@stdlib/number-float32-base-to-word": "^0.1.
|
|
45
|
-
"@stdlib/utils-library-manifest": "^0.1.
|
|
42
|
+
"@stdlib/constants-float32-exponent-bias": "^0.1.1",
|
|
43
|
+
"@stdlib/constants-float32-exponent-mask": "^0.1.1",
|
|
44
|
+
"@stdlib/number-float32-base-to-word": "^0.1.1",
|
|
45
|
+
"@stdlib/utils-library-manifest": "^0.1.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@stdlib/bench": "^0.1.0",
|
|
49
|
-
"@stdlib/constants-float32-ninf": "^0.0
|
|
50
|
-
"@stdlib/constants-float32-pinf": "^0.0
|
|
51
|
-
"@stdlib/math-base-assert-is-nan": "^0.1.
|
|
52
|
-
"@stdlib/math-base-special-pow": "^0.0
|
|
53
|
-
"@stdlib/math-base-special-round": "^0.1.
|
|
54
|
-
"@stdlib/number-float32-base-to-binary-string": "^0.0
|
|
55
|
-
"@stdlib/number-float64-base-to-float32": "^0.1.
|
|
56
|
-
"@stdlib/random-base-randu": "^0.0
|
|
57
|
-
"@stdlib/utils-try-require": "^0.1.
|
|
49
|
+
"@stdlib/constants-float32-ninf": "^0.1.0",
|
|
50
|
+
"@stdlib/constants-float32-pinf": "^0.1.0",
|
|
51
|
+
"@stdlib/math-base-assert-is-nan": "^0.1.1",
|
|
52
|
+
"@stdlib/math-base-special-pow": "^0.1.0",
|
|
53
|
+
"@stdlib/math-base-special-round": "^0.1.1",
|
|
54
|
+
"@stdlib/number-float32-base-to-binary-string": "^0.1.0",
|
|
55
|
+
"@stdlib/number-float64-base-to-float32": "^0.1.1",
|
|
56
|
+
"@stdlib/random-base-randu": "^0.1.0",
|
|
57
|
+
"@stdlib/utils-try-require": "^0.1.1",
|
|
58
58
|
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
|
59
59
|
"istanbul": "^0.4.1",
|
|
60
60
|
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
|