Skip to content

Files

Latest commit

b303784 · Nov 2, 2017

History

History

complex64-num-bytes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 20, 2017
Jun 20, 2017
Jun 20, 2017
Jun 20, 2017
Aug 24, 2017
Nov 2, 2017

Number of Bytes

Size (in bytes) of a 64-bit complex number.

Usage

var COMPLEX64_NUM_BYTES = require( '@stdlib/math/constants/complex64-num-bytes' );

COMPLEX64_NUM_BYTES

Size (in bytes) of a 64-bit complex number.

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

Examples

var COMPLEX64_NUM_BYTES = require( '@stdlib/math/constants/complex64-num-bytes' );

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