controls the form of exponential notation
for the result of arithmetic
operations and built-in functions. This can be either SCIENTIFIC (in which
case only one, nonzero digit appears before the decimal point) or ENGINEERING
(in which case the power of 10 is always a multiple of 3). The default is
SCIENTIFIC, but can be overridden on a source-file basis using the
::OPTIONS directive.
The subkeywords SCIENTIFIC or ENGINEERING set the FORM directly,
or it is taken from the character string result of evaluating the expression
(
expression2) that follows VALUE. The result
in this case must be either
SCIENTIFIC or
ENGINEERING. You can omit the subkeyword
VALUE if
expression2 does not begin with a
symbol, that is, if it starts with a string or a special character,
such as an operator character or parenthesis.