.) that represents
a decimal point. A number can also have a power of 10
suffixed in conventional exponential notation: an
E (uppercase or lowercase),
followed optionally by a plus or minus sign,
then followed by one or more decimal digits defining the power of 10. Whenever
a character string is used as a number, rounding can occur to a precision
specified by the NUMERIC DIGITS instruction (the default is nine digits).
See Chapter 10, Numbers and Arithmetic for
a full definition of numbers.12
"-17.9"
127.0650
73e+128
" + 7.9E5 "
-17.9
(without quotation marks) in an expression
is not simply a number. It is a minus operator (which can be prefix minus
if no term is to the left of it) followed by a positive number. The result
of the operation is a number, which might be rounded or reformatted into
exponential form depending on the size of the number and the current
NUMERIC DIGITS setting.