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.

Reply via email to