All floatingpoint data types can be used for signed numbers.
The default initialisied value is NaN, NaN * 1.0i (for imaginary) or NaN+NaN * 1.0i (for complex)
Note: Real implementation on Intel CPUs is 80 bits.
float f; double d; real r;
ifloat if; idouble id; ireal ir;
cfloat cf; cdouble cd; creal cr;
|
|