Real
type Real
Real. This is implemented with the C++ type double
, a 64-bit
double-precision floating-point value. If single precision is enabled, it
is instead implemented with the C++ type float
, a 32-bit single-precision
floating-point value.