0.2.2 • Published 1 year ago
@stdlib/constants-int8-num-bytes v0.2.2
Number of Bytes
Size (in bytes) of an 8-bit signed integer.
Installation
npm install @stdlib/constants-int8-num-bytesUsage
var INT8_NUM_BYTES = require( '@stdlib/constants-int8-num-bytes' );INT8_NUM_BYTES
Size (in bytes) of an 8-bit signed integer.
var bool = ( INT8_NUM_BYTES === 1 );
// returns trueExamples
var INT8_NUM_BYTES = require( '@stdlib/constants-int8-num-bytes' );
console.log( INT8_NUM_BYTES );
// => 1See Also
@stdlib/constants-int16/num-bytes: size (in bytes) of a 16-bit signed integer.@stdlib/constants-int32/num-bytes: size (in bytes) of a 32-bit signed integer.@stdlib/constants-uint8/num-bytes: size (in bytes) of an 8-bit unsigned integer.
Notice
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.
Community
License
See LICENSE.
Copyright
Copyright © 2016-2024. The Stdlib Authors.