On Thu, Jun 4, 2009 at 2:20 PM, Denis Koroskin <[email protected]> wrote:
> because C (nor D) standard doesn't guaranty that float(0) will be > implemented as "all bits set to 0" on target platform (although it currently > holds true). Actually, D does. http://www.digitalmars.com/d/1.0/abi.html D requires floating-point types to be IEEE 754 compliant (though the current wording of 'real' might confusingly allow for other standards).
