@stdlib/number-float32-base-exponent
Advanced tools
+2
-1
| { | ||
| "name": "@stdlib/number-float32-base-exponent", | ||
| "version": "0.2.1", | ||
| "version": "0.2.2", | ||
| "description": "Return an integer corresponding to the unbiased exponent of a single-precision floating-point number.", | ||
@@ -17,2 +17,3 @@ "license": "Apache-2.0", | ||
| "main": "./lib", | ||
| "gypfile": false, | ||
| "directories": { | ||
@@ -19,0 +20,0 @@ "doc": "./docs", |
+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.1 | ||
| [test-url]: https://github.com/stdlib-js/number-float32-base-exponent/actions/workflows/test.yml?query=branch:v0.2.1 | ||
| [test-image]: https://github.com/stdlib-js/number-float32-base-exponent/actions/workflows/test.yml/badge.svg?branch=v0.2.2 | ||
| [test-url]: https://github.com/stdlib-js/number-float32-base-exponent/actions/workflows/test.yml?query=branch:v0.2.2 | ||
@@ -262,0 +262,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float32-base-exponent/main.svg |
+1
-1
@@ -29,3 +29,3 @@ /** | ||
| * @param x input value | ||
| * @returns unbiased exponent | ||
| * @return unbiased exponent | ||
| * | ||
@@ -32,0 +32,0 @@ * @example |
Sorry, the diff of this file is not supported yet
38298
-5.37%16
-5.88%