∆b
Characters: ∆, b
∆
b
Get a binary string of a number
num
bin(a).replace("0b", "")
-23 ∆b
`-10111`
45 ∆b
`101101`
⟨-2|4⟩ ∆b
⟨`-10`|`100`⟩