strictfp

When to use "strictfp" keyword in java?

Ok, I've looked up what this does, but does anyone actually have an example of when you would use the "strictfp" keyword in java? Has anyone actually found a use for this? Would there be any side-effects of just putting it on all my floating point operations? ...

what is the use of strictfp non- access modifier?

I know this is a duplicate question. but i want know it with an example. so can anyone explain it with an example? Link to duplicate post: http://stackoverflow.com/questions/517915/when-to-use-strictfp-keyword-in-java ...

No strictfp in Scala - Workarounds?

Hi SO, I searched the web for it but could not find any hint how to enforce srictfp in Scala. There are some people complaining about it but real solutions cannot be found. There is a bugtracker entry about it which is almost two years old. As it seems there is no elegant fix for it on the way I'm looking for workarounds. My current Id...