FLOAT64_NUM_BYTES
Size (in bytes) of a double-precision floating-point number.
Usage
var FLOAT64_NUM_BYTES = require( '@stdlib/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/constants/float64/num-bytes' );
console.log( FLOAT64_NUM_BYTES );
// => 8
C APIs
Usage
#include "stdlib/constants/float64/num_bytes.h"
STDLIB_CONSTANT_FLOAT64_NUM_BYTES
Macro for the size (in bytes) of a double-precision floating-point number.