...
This rule appears in the Java Secure Coding Standard as FLP04-J. Check floating point inputs for exceptional values
This rule appears in the C++ Secure Coding Standard as as FLP04-CPP. Check floating point inputs for exceptional values.
References
Wiki Markup |
---|
\[[IEEE 754|AA. C References#IEEE 754 2006]\] \[[ISO/IEC 9899:1999|AA. C References#ISO/IEC 9899-1999]\] \[[IEEE 1003.1, 2004|AA. C References#IEEE 1003]\] |
...