@stdlib/number-float64-base-set-high-word
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18
383
58946