nbytes
There are 8 repositories under nbytes topic.
stdlib-js/constants-float16-num-bytes
Size (in bytes) of a half-precision floating-point number.
stdlib-js/ndarray-base-bytes-per-element
Return the number of bytes per element provided an underlying array data type.
stdlib-js/constants-complex128-num-bytes
Size (in bytes) of a 128-bit complex number.
stdlib-js/constants-float32-num-bytes
Size (in bytes) of a single-precision floating-point number.
stdlib-js/constants-float64-num-bytes
Size (in bytes) of a double-precision floating-point number.
stdlib-js/constants-int16-num-bytes
Size (in bytes) of a 16-bit signed integer.
stdlib-js/constants-uint16-num-bytes
Size (in bytes) of a 16-bit unsigned integer.
stdlib-js/utils-size-of
Return the size (in bytes) of the canonical binary representation of a specified numeric type.