to_s(s)
Instance Public methods
Converts the value to a string.
The default format looks like 0.xxxxEnn.
The optional parameter s consists of either an integer; or an optional
'+' or ' ', followed by an optional number, followed by an
optional 'E' or 'F'.
If there is a '+' at the start of s, positive values are returned
with a leading '+'.
A space at the start of s returns positive values with a leading space.
If s contains a number, a space is inserted after each group of that m