Vyxapedia

Element - ∆b - Binary String

Characters: , b


Description

Get a binary string of a number


Overloads

  • num - bin(a).replace("0b", "")

Examples

  • -23 ∆b = `-10111`
  • 45 ∆b = `101101`
  • ⟨-2|4⟩ ∆b = ⟨`-10`|`100`⟩