C251 User's Guide

float

The float data type defines an IEEE-754 floating-point number. It is used as follows:

float name <[>= value<]>;

Where

nameis the name of the variable.
valueis the value to assign to the variable.

Refer to Floating-point Numbers for information regarding the format of float types.