float-to-string
Formats a floating-point number to a string. It uses scientific notation where necessary.
Exported from
Module common-dylan
Module common-extensions
Modifiers
sealed
Arguments
float
An instance of
<float>
.
Values
string
An instance of
<string>
.
The common-dylan module.
Miscellaneous extensions to the Dylan language.
The class of floating-point numbers.
The class of sequences with elements that are characters.