Back to Numerical Arrays (NumPy)
np.binaryReprArray
Convert an array of numbers to binary representations.
Syntax
np.binaryReprArray(arr, width?)
Description
Convert an array of numbers to binary representations.
Parameters
| Name | Description |
|---|---|
| arr | - Array of integers |
| width(optional) | - Fixed width for all representations |
Returns
string[]