Bit-wise operations#
Elementwise bit operations#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bit packing#
|
Packs the elements of a binary-valued array into bits in a uint8 array. |
|
Unpacks elements of a uint8 array into a binary-valued output array. |
Output formatting#
|
Return the binary representation of the input number as a string. |