REAL types
A REAL number is a floating point number.
#include <lvm_gbls.h> /* or <lvm_intr.h> */ typedef float REAL32; typedef double REAL64;