floating point - nan initializers
Anders F Björklund
afb at algonet.se
Sun Feb 19 03:03:56 PST 2006
Walter Bright wrote:
>>quad 128 bit floating point (reserved for future use)
>
> I suspect any such machines will not support 80 bit floats, so the 128 bit
> ones would just be 'real'.
Right...
The list I had was for fixed-size formats, not variable ones.
i.e.
"half" - 16 bit floating point (storage only)
"float" - 32 bit floating point (a.k.a. single)
"double" - 64 bit floating point
"extend" - 80 bit floating point (or "extended")
"quad" - 128 bit floating point (future use)
Where "real" would just be an alias, and not a language type.
--anders
More information about the Digitalmars-d
mailing list