bin
constbin: (x:number) =>string=builtins.bin
Defined in: packages/pythonlib/src/index.ts:176
Convert an integer to a binary string prefixed with “0b”.
Parameters
| Parameter | Type | Description |
|---|---|---|
x | number | The integer to convert |
Returns
string
Binary string (e.g., “0b1010”)