Handbook
Glossary
number>string ( n -- str )
Factor handbook
»
The language
»
Numbers
»
Converting between numbers and strings
Next:
>bin ( n -- str )
Vocabulary
math
.
parser
Inputs
n
a
real
Outputs
str
a
string
Word description
Converts a real number to a string.
Notes
Printing complex numbers requires the more general prettyprinter facility (see
The prettyprinter
).
See also
string>number
Definition
IN:
math.parser
ALIAS:
number>string
>dec
inline