Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stdlib/number-float64-base-exponent

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-exponent

Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.

  • 0.0.6
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
374K
decreased by-6.21%
Maintainers
4
Weekly downloads
 
Created

What is @stdlib/number-float64-base-exponent?

@stdlib/number-float64-base-exponent is a package that provides functionality to extract the exponent from a double-precision floating-point number (float64). This can be useful in various numerical computations where understanding the exponent part of a floating-point number is necessary.

What are @stdlib/number-float64-base-exponent's main functionalities?

Extract Exponent

This feature allows you to extract the exponent from a given double-precision floating-point number. In this example, the exponent of 4.0 is extracted, which is 2.

const exponent = require('@stdlib/number-float64-base-exponent');
const exp = exponent(4.0); // returns 2

Other packages similar to @stdlib/number-float64-base-exponent

Keywords

FAQs

Package last updated on 16 Feb 2022

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