You can specify floating-point constants in either hexadecimal or decimal format. The decimal format must contain a decimal point or an exponent. Examples are 1E-10 and 1.0.
You can use floating-point constants only in data generation directives such as .float and .double, or in floating-point instructions. You cannot such constants in expressions.