Socket
Socket
Sign inDemoInstall

@stdlib/math-base-special-ldexp

Package Overview
Dependencies
110
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.7 to 0.0.8

6

lib/main.js

@@ -54,6 +54,6 @@ /**

// Normalization workspace:
var FRAC = [ 0.0, 0.0 ]; // WARNING: not thread safe
var FRAC = [ 0.0, 0.0 ];
// High/low words workspace:
var WORDS = [ 0, 0 ]; // WARNING: not thread safe
var WORDS = [ 0, 0 ];

@@ -135,3 +135,3 @@

// Split the fraction into higher and lower order words:
toWords( WORDS, frac );
toWords.assign( frac, WORDS, 1, 0 );
high = WORDS[ 0 ];

@@ -138,0 +138,0 @@

{
"name": "@stdlib/math-base-special-ldexp",
"version": "0.0.7",
"version": "0.0.8",
"description": "Multiply a double-precision floating-point number by an integer power of two.",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -186,4 +186,4 @@ <!--

[test-image]: https://github.com/stdlib-js/math-base-special-ldexp/actions/workflows/test.yml/badge.svg?branch=v0.0.7
[test-url]: https://github.com/stdlib-js/math-base-special-ldexp/actions/workflows/test.yml?query=branch:v0.0.7
[test-image]: https://github.com/stdlib-js/math-base-special-ldexp/actions/workflows/test.yml/badge.svg?branch=v0.0.8
[test-url]: https://github.com/stdlib-js/math-base-special-ldexp/actions/workflows/test.yml?query=branch:v0.0.8

@@ -190,0 +190,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-ldexp/main.svg

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc