Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
@stdlib/constants
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!
Constants.
npm install @stdlib/constants
var constants = require( '@stdlib/constants' );
Namespace containing constants.
var ns = constants;
// returns {...}
Constants are split across the the following sub-namespaces:
array
: array constants.complex128
: 128-bit complex number mathematical constant.complex64
: half-precision floating-point mathematical constants.float16
: half-precision floating-point mathematical constants.float32
: single-precision floating-point mathematical constants.float64
: double-precision floating-point mathematical constants.int16
: 16-bit signed integer mathematical constants.int32
: 32-bit signed integer mathematical constants.int8
: 8-bit signed integer mathematical constants.path
: path constants.time
: time constants.uint16
: 16-bit unsigned integer mathematical constants.uint32
: 32-bit unsigned integer mathematical constants.uint8
: 8-bit unsigned integer mathematical constants.unicode
: unicode constants.var objectKeys = require( '@stdlib/utils/keys' );
var constants = require( '@stdlib/constants' );
var out = constants.float64.PI;
// returns ~3.142
out = constants.array.MAX_ARRAY_LENGTH;
// returns 4294967295
out = constants.time.HOURS_IN_DAY;
// returns 24
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.
0.3.3 (2024-11-05)
No changes reported for this release.
</section> <!-- /.release --> <section class="release" id="v0.3.2">FAQs
Constants.
The npm package @stdlib/constants receives a total of 0 weekly downloads. As such, @stdlib/constants popularity was classified as not popular.
We found that @stdlib/constants demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.