Top 0.2% downloads on npmjs.org
Top 0.9% dependent packages on npmjs.org
Top 0.7% dependent repos on npmjs.org
Top 1.4% docker downloads on npmjs.org
npmjs.org : @stdlib/number-float64-base-get-high-word
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Registry
-
Source
- Homepage
- JSON
purl: pkg:npm/%40stdlib/number-float64-base-get-high-word
Keywords:
stdlib
, stdtypes
, base
, utilities
, utility
, utils
, util
, types
, type
, float64
, floating-point
, float
, double
, dbl
, words
, word
, high
, sign
, signbit
, significand
, mantissa
, exponent
, fraction
, ieee754
, javascript
, node
, node-js
, nodejs
License: Apache-2.0
Latest release: 9 months ago
First release: almost 4 years ago
Namespace: stdlib
Dependent packages: 28
Dependent repositories: 775
Downloads: 1,739,508 last month
Stars: 1 on GitHub
Forks: 0 on GitHub
Docker dependents: 27
Docker downloads: 3,856
Total Commits: 45
Committers: 1
Average commits per author: 45.0
Development Distribution Score (DDS): 0.0
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Funding links: https://opencollective.com/stdlib, https://github.com/sponsors/stdlib-js, https://tidelift.com/funding/github/npm/@stdlib/stdlib
Last synced: 4 days ago
@stdlib/math-base 0.3.0 đ°
Base (i.e., lower-level) math functions.9 versions - Latest release: 9 months ago - 2 dependent packages - 38 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/math-base-special 0.3.0 đ°
Base (i.e., lower-level) special math functions.9 versions - Latest release: 9 months ago - 3 dependent packages - 1 dependent repositories - 29 downloads last month - 2 stars on GitHub - 4 maintainers
@stdlib/math-base-special-cos 0.3.0 đ°
Compute the cosine of a number.10 versions - Latest release: 9 months ago - 27 dependent packages - 57 dependent repositories - 302 thousand downloads last month - 2 stars on GitHub - 4 maintainers
@stdlib/math-base-special-sin 0.3.0 đ°
Compute the sine of a number.10 versions - Latest release: 9 months ago - 37 dependent packages - 66 dependent repositories - 379 thousand downloads last month - 2 stars on GitHub - 4 maintainers
@stdlib/math-base-special-sincos 0.3.0 đ°
Simultaneously compute the sine and cosine of a number.11 versions - Latest release: 9 months ago - 15 dependent packages - 12 dependent repositories - 1.63 thousand downloads last month - 2 stars on GitHub - 4 maintainers
@stdlib/math-base-special-tan 0.3.0 đ°
Evaluate the tangent of a number.11 versions - Latest release: 9 months ago - 20 dependent packages - 29 dependent repositories - 37.3 thousand downloads last month - 2 stars on GitHub - 4 maintainers
@stdlib/math-base-special-rempio2 0.3.0 đ°
Compute `x - nĪ/2 = r`.10 versions - Latest release: 9 months ago - 11 dependent packages - 43 dependent repositories - 270 thousand downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/number-float64 0.2.2 đ°
Utilities for double-precision floating-point numbers.10 versions - Latest release: 9 months ago - 2 dependent packages - 38 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/number-float64-base 0.2.2 đ°
Base utilities for double-precision floating-point numbers.10 versions - Latest release: 9 months ago - 3 dependent packages - 1 dependent repositories - 46 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/math-base-special-pow 0.3.0 đ°
Exponential function.11 versions - Latest release: 9 months ago - 1,023 dependent packages - 913 dependent repositories - 462 thousand downloads last month - 2 stars on GitHub - 4 maintainers
@stdlib/math-base-special-copysign 0.2.2 đ°
Return a double-precision floating-point number with the magnitude of x and the sign of y.11 versions - Latest release: 9 months ago - 15 dependent packages - 729 dependent repositories - 1.58 million downloads last month - 2 stars on GitHub - 4 maintainers
@stdlib/math-base-special-flipsign 0.2.2 đ°
Return a double-precision floating-point number with the magnitude of x and the sign of x*y.11 versions - Latest release: 9 months ago - 4 dependent packages - 2 dependent repositories - 140 downloads last month - 2 stars on GitHub - 4 maintainers
@stdlib/math-base-special-cbrt 0.2.2 đ°
Compute the cube root of a double-precision floating-point number.12 versions - Latest release: 9 months ago - 37 dependent packages - 21 dependent repositories - 889 downloads last month - 2 stars on GitHub - 4 maintainers
@stdlib/math-base-special-expm1 0.2.3 đ°
Compute exp(x) - 1.11 versions - Latest release: 9 months ago - 33 dependent packages - 42 dependent repositories - 281 thousand downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/math-base-special-log10 0.3.0 đ°
Common logarithm (base ten).11 versions - Latest release: 9 months ago - 20 dependent packages - 18 dependent repositories - 1.23 thousand downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/math-base-special-log2 0.3.0 đ°
Binary logarithm (base 2).12 versions - Latest release: 9 months ago - 20 dependent packages - 18 dependent repositories - 1.35 thousand downloads last month - 3 stars on GitHub - 4 maintainers
@stdlib/math-base-special-ln 0.2.4 đ°
Evaluate the natural logarithm of a double-precision floating-point number.13 versions - Latest release: 9 months ago - 208 dependent packages - 224 dependent repositories - 332 thousand downloads last month - 2 stars on GitHub - 4 maintainers
@stdlib/math-base-special-log1p 0.2.3 đ°
Evaluate the natural logarithm of 1+x.12 versions - Latest release: 9 months ago - 69 dependent packages - 77 dependent repositories - 238 thousand downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/math-base-special-kernel-tan 0.2.3 đ°
Compute the tangent of a double-precision floating-point number on [-Ī/4, Ī/4].12 versions - Latest release: 9 months ago - 5 dependent packages - 14 dependent repositories - 36.2 thousand downloads last month - 2 stars on GitHub - 4 maintainers
@stdlib/number-float64-base-exponent 0.2.2 đ°
Return an integer corresponding to the unbiased exponent of a double-precision floating-point num...11 versions - Latest release: 9 months ago - 12 dependent packages - 766 dependent repositories - 1.47 million downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/number-float64-base-signbit 0.2.3 đ°
Return a boolean indicating if the sign bit for a double-precision floating-point number is on (t...12 versions - Latest release: 9 months ago - 7 dependent packages - 6 dependent repositories - 57.1 thousand downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/constants-float64 0.3.0 đ°
Double-precision floating-point mathematical constants.15 versions - Latest release: 9 months ago - 1 dependent package - 69 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/constants-float64-high-word-abs-mask 0.2.2 đ°
High word mask for excluding the sign bit of a double-precision floating-point number.6 versions - Latest release: 9 months ago - 12 dependent packages - 627 dependent repositories - 1.54 million downloads last month - 2 stars on GitHub - 4 maintainers
@stdlib/constants-float64-high-word-exponent-mask 0.2.2 đ°
High word mask for the exponent of a double-precision floating-point number.13 versions - Latest release: 9 months ago - 11 dependent packages - 725 dependent repositories - 1.73 million downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/constants-float64-high-word-sign-mask 0.2.1 đ°
High word mask for the sign bit of a double-precision floating-point number.5 versions - Latest release: 9 months ago - 7 dependent packages - 627 dependent repositories - 1.53 million downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/constants-float64-high-word-significand-mask 0.2.2 đ°
High word mask for the significand of a double-precision floating-point number.13 versions - Latest release: 9 months ago - 8 dependent packages - 16 dependent repositories - 309 thousand downloads last month - 1 stars on GitHub - 4 maintainers
@everything-registry/sub-chunk-869 0.1.0 removed
npm install @everything-registry/sub-chunk-8691 version - Latest release: over 1 year ago - 206 stars on GitHub - 2 maintainers
@infinitebrahmanuniverse/nolb-_stdlib_n 2023.1.28 removed
Subpackage of no-one-left-behind.1 version - Latest release: about 2 years ago - 1 maintainer
@zalastax/nolb-_stdlib_n 2023.1.22 removed
security holding package2 versions - Latest release: over 2 years ago - 1 dependent package - 10 downloads last month - 1 maintainer
Check this option to include packages that no longer depend on this package in their latest version but previously did.