Handbook
Glossary
>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
n
a
real
Outputs
str
a
string
Word description
Outputs a string representation of a number using base 2.
See also
bin>
,
.b
Definition
IN:
math.parser
:
>bin
( n -- str )
2
>base
;
inline