Socket
Socket
Sign inDemoInstall

@stdlib/number-float64-base-set-high-word

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/number-float64-base-set-high-word - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

CHANGELOG.md

4

lib/index.js

@@ -24,3 +24,3 @@ /**

*
* @module @stdlib/number/float64/base/set-high-word
* @module @stdlib/number-float64-base-set-high-word
*

@@ -37,3 +37,3 @@ * @example

* var setHighWord = require( '@stdlib/number-float64-base-set-high-word' );
* var PINF = require( '@stdlib/constants-float64-pinf' ); -- => 0 11111111111 00000000000000000000 00000000000000000000000000000000
* var PINF = require( '@stdlib/constants-float64-pinf' ); // => 0 11111111111 00000000000000000000 00000000000000000000000000000000
*

@@ -40,0 +40,0 @@ * var high = 1072693248 >>> 0; // => 0 01111111111 00000000000000000000

@@ -88,3 +88,3 @@ /**

* @example
* var PINF = require( '@stdlib/constants-float64-pinf' ); -- => 0 11111111111 00000000000000000000 00000000000000000000000000000000
* var PINF = require( '@stdlib/constants-float64-pinf' ); // => 0 11111111111 00000000000000000000 00000000000000000000000000000000
*

@@ -91,0 +91,0 @@ * var high = 1072693248 >>> 0; // => 0 01111111111 00000000000000000000

@@ -43,3 +43,3 @@ /**

* @example
* var PINF = require( '@stdlib/constants-float64-pinf' ); -- => 0 11111111111 00000000000000000000 00000000000000000000000000000000
* var PINF = require( '@stdlib/constants-float64-pinf' ); // => 0 11111111111 00000000000000000000 00000000000000000000000000000000
*

@@ -46,0 +46,0 @@ * var high = 1072693248 >>> 0; // => 0 01111111111 00000000000000000000

{
"name": "@stdlib/number-float64-base-set-high-word",
"version": "0.0.1",
"version": "0.0.2",
"description": "Set the more significant 32 bits of a double-precision floating-point number.",

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

@@ -55,3 +55,3 @@ <!--

var PINF = require( '@stdlib/constants-float64-pinf' ); -- => 0 11111111111 00000000000000000000 00000000000000000000000000000000
var PINF = require( '@stdlib/constants-float64-pinf' ); // => 0 11111111111 00000000000000000000 00000000000000000000000000000000

@@ -58,0 +58,0 @@ high = 1072693248 >>> 0; // => 0 01111111111 00000000000000000000

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc