Always false float comparisons

QAston via Digitalmars-d digitalmars-d at puremagic.com
Sat May 14 02:11:49 PDT 2016


On Saturday, 14 May 2016 at 05:46:38 UTC, Ola Fosheim Grøstad 
wrote:
> In Java all compile time constants are done using strict 
> settings and it provides a keyword «strictfp» to get strict 
> behaviour for a particular class/function.

In java everything used to be strictfp (and there was no 
keyword), but it was changed to do non-strict arithmetic by 
default after a backlash from numeric programmers.


More information about the Digitalmars-d mailing list