🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@stdlib/number-float32-base-exponent

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/number-float32-base-exponent - npm Package Compare versions

Comparing version
0.2.1
to
0.2.2
+2
-1
package.json
{
"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",

@@ -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

@@ -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