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

Next:>bin ( n -- str )


Vocabulary
math.parser

Inputs
na real


Outputs
stra 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