Floating-point constants

A floating-point constant is a representation of a numerical constant, shown as an optional sign followed by one or more digits and a decimal point, which may be at the end.

This representation consists of:

All floating-point constants are stored as double-precision values. No blanks are allowed between any of the parts of a floating-point constant, and the parts must be in the order listed above.

Some commands have parameters for which floating-point constants can be specified:

Related information
DDS