Data types in the approximate numeric category include:
- float variables store 4-byte or 8-byte floating point numbers. They are specified as float(p), where p is 24 for a 4-byte number and 53 for an 8-byte number.
- real variables store 4-byte floating point numbers and are functionally equivalent to float(24) variables.

