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]
# 1
> 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)
yawmark at 2007-7-7 0:56:16 > top of Java-index,Java Essentials,Java Programming...
# 2

[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]

yawmark at 2007-7-7 0:56:16 > top of Java-index,Java Essentials,Java Programming...
# 3
http://java.sun.com/developer/JDCTechTips/2001/tt0410.html in the second section.
dubwai at 2007-7-7 0:56:16 > top of Java-index,Java Essentials,Java Programming...