Converts a number to a binary string.
The binary string representation of n.
n
The given number.
Generated using TypeDoc
Converts a number to a binary string.
Returns
The binary string representation of
n
.