>bin ( n -- str )
Factor handbook » The language » Numbers » Converting between numbers and strings

Prev:number>string ( n -- str )
Next:>oct ( n -- str )


Vocabulary
math.parser

Inputs
na real


Outputs
stra string


Word description
Outputs a string representation of a number using base 2.

See also
bin>, .b

Definition