
Product
Socket Now Protects the Chrome Extension Ecosystem
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
@stdlib/constants-float64-max
Advanced tools
We believe in a future in which the web is a preferred environment for numerical computation. To help realize this future, we've built stdlib. stdlib is a standard library, with an emphasis on numerical and scientific computation, written in JavaScript (and C) for execution in browsers and in Node.js.
The library is fully decomposable, being architected in such a way that you can swap out and mix and match APIs and functionality to cater to your exact preferences and use cases.
When you use stdlib, you can be absolutely certain that you are using the most thorough, rigorous, well-written, studied, documented, tested, measured, and high-quality code out there.
To join us in bringing numerical computing to the web, get started by checking us out on GitHub, and please consider financially supporting stdlib. We greatly appreciate your continued support!
npm install @stdlib/constants-float64-max
var FLOAT64_MAX = require( '@stdlib/constants-float64-max' );
Maximum double-precision floating-point number.
var bool = ( FLOAT64_MAX === 1.7976931348623157e+308 );
// returns true
var FLOAT64_MAX = require( '@stdlib/constants-float64-max' );
console.log( FLOAT64_MAX );
// => 1.7976931348623157e+308
#include "stdlib/constants/float64/max.h"
Macro for the maximum double-precision floating-point number.
@stdlib/constants-float16/max
: maximum half-precision floating-point number.@stdlib/constants-float32/max
: maximum single-precision floating-point number.This package is part of stdlib, a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing. The library provides a collection of robust, high performance libraries for mathematics, statistics, streams, utilities, and more.
For more information on the project, filing bug reports and feature requests, and guidance on how to develop stdlib, see the main project repository.
See LICENSE.
Copyright © 2016-2024. The Stdlib Authors.
FAQs
Maximum double-precision floating-point number.
The npm package @stdlib/constants-float64-max receives a total of 24,508 weekly downloads. As such, @stdlib/constants-float64-max popularity was classified as popular.
We found that @stdlib/constants-float64-max demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
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.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.