Handbook
Glossary
format-decimal ( x digits -- string )
Vocabulary
formatting
.
private
Inputs
x
an
object
digits
an
object
Outputs
string
an
object
Definition
USING:
kernel
;
IN:
formatting.private
:
format-decimal
( x digits -- string )
format-fast-decimal?
[
"f"
format-float-fast
]
[
format-decimal-simple
]
if
;