size-of
There are 12 repositories under size-of topic.
stdlib-js/constants-complex64-num-bytes
Size (in bytes) of a 64-bit complex number.
stdlib-js/constants-float16-num-bytes
Size (in bytes) of a half-precision floating-point number.
stdlib-js/constants-int32-num-bytes
Size (in bytes) of a 32-bit signed integer.
stdlib-js/constants-uint32-num-bytes
Size (in bytes) of a 32-bit unsigned integer.
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-int8-num-bytes
Size (in bytes) of an 8-bit signed integer.
stdlib-js/constants-uint16-num-bytes
Size (in bytes) of a 16-bit unsigned integer.
stdlib-js/constants-uint8-num-bytes
Size (in bytes) of an 8-bit unsigned integer.
stdlib-js/utils-size-of
Return the size (in bytes) of the canonical binary representation of a specified numeric type.