good reasons not to use D?
    Ilya Yaroshenko via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Sun Nov  1 01:07:54 PST 2015
    
    
  
On Friday, 30 October 2015 at 10:35:03 UTC, Laeeth Isharc wrote:
> Any other thoughts?
Floating point operations can be extended automatically (without 
some kind of 'fastmath' flag) up to 80bit fp on 32 bit intel 
processors. This is worst solution for language that want to be 
used in accounting or math.
Thoughts like "larger precision entails more accurate answer" are 
naive and wrong.
--Ilya
    
    
More information about the Digitalmars-d-learn
mailing list