Socket
Socket
Sign inDemoInstall

@stdlib/number-float64-base-get-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-get-high-word

Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.


Version published
Weekly downloads
421K
decreased by-3.66%
Maintainers
4
Weekly downloads
 
Created

What is @stdlib/number-float64-base-get-high-word?

The @stdlib/number-float64-base-get-high-word package provides a utility to extract the higher order word (most significant 32 bits) from a double-precision floating-point number (64-bit). This can be useful for low-level bit manipulation and analysis of floating-point numbers.

What are @stdlib/number-float64-base-get-high-word's main functionalities?

Extract High Word

This feature allows you to extract the high word from a given double-precision floating-point number. The high word is the most significant 32 bits of the 64-bit floating-point number.

const getHighWord = require('@stdlib/number-float64-base-get-high-word');
const highWord = getHighWord(3.14);
console.log(highWord); // Output will be the high word of the float64 number 3.14

Other packages similar to @stdlib/number-float64-base-get-high-word

Keywords

FAQs

Package last updated on 16 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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