Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 785 Bytes

File metadata and controls

49 lines (29 loc) · 785 Bytes

Number of Bytes

Size (in bytes) of a double-precision floating-point number.

Usage

var FLOAT64_NUM_BYTES = require( '@stdlib/math/constants/float64-num-bytes' );

FLOAT64_NUM_BYTES

Size (in bytes) of a double-precision floating-point number.

var bool = ( FLOAT64_NUM_BYTES === 8 );
// returns true

Examples

var FLOAT64_NUM_BYTES = require( '@stdlib/math/constants/float64-num-bytes' );

console.log( FLOAT64_NUM_BYTES );
// => 8