float
The float data type defines an IEEE-754 floating-point number. It is used as follows:
float name <[>= value<]>;
Where
| name | is the name of the variable. |
| value | is the value to assign to the variable. |
Refer to Floating-point Numbers for information regarding the format of float types.