When to use strictfp
Yeah, the title's pretty indicative of my question.So when would one use strictfp in ones coding?
[119 byte] By [
Squeals] at [2007-9-30 20:10:40]

> Yeah, the title's pretty indicative of my question.> > So when would one use strictfp in ones coding?When you need it. My guess is that if you have to ask, you don't need it... ;o)
[url=http://mindprod.com/jgloss/strictfp.html]Java Glossary : strictfp[/url]
[url=http://www.jguru.com/faq/view.jsp?EID=17544]jGuru: What is the strictfp modifier for?[/url]
[url=http://java.sun.com/docs/books/vmspec/2nd-edition/html/Concepts.doc.html#24465]JVM Spec: §2.18 FP-strict Expressions[/url]