...
Wiki Markup |
---|
\[[JLS 05|AA. Java References#JLS 05]\] [Section 4.2.3, Floating-Point Types, Formats, and Values|http://java.sun.com/docs/books/jls/third_edition/html/typesValues.html#4.2.3] \[[Bloch 05|AA. Java References#Bloch 05]\] Puzzle 34: Down for the Count |
...
FLP04FLP05-J. Check floating point inputs for exceptional valuesDo not convert from float to double if an exact conversion is required 07. Floating Point (FLP) FLP31-J. Convert integers to floating point for floating point operations