Size (in bytes) of a 16-bit signed integer.
var INT16_NUM_BYTES = require( '@stdlib/math/constants/int16-num-bytes' );
Size (in bytes) of a 16-bit signed integer.
var bool = ( INT16_NUM_BYTES === 2 );
// returns true
var INT16_NUM_BYTES = require( '@stdlib/math/constants/int16-num-bytes' );
console.log( INT16_NUM_BYTES );
// => 2