Why don't we switch to C like floating pointed arithmetic instead of automatic expansion to reals?
    Ilya Yaroshenko via Digitalmars-d 
    digitalmars-d at puremagic.com
       
    Thu Aug  4 13:55:07 PDT 2016
    
    
  
IEEE behaviour by default is required by numeric software. 
@fastmath (like recent LDC) or something like that can be used to 
allow extended precision.
Ilya
    
    
More information about the Digitalmars-d
mailing list