Floating-point mathematics is a complex topic that confuses many programmers. The tutorial below should help you recognize programming situations where floating-point errors are likely to occur and how to avoid them. ... Other Common Floating-Point Errors...
support.microsoft.com/kb/42980
When you use the Paradox ObjectPAL Number() function to convert a string to a floating-point number, the value returned to the function is slightly different than the string value. For example, if you pass the string "6.136" to the function, the value 6.136000000000000011 is returned.
support.microsoft.com/kb/140479
Floating point - Wikipedia, the free encyclopedia
In computing, floating point describes a system for numerical representation in which a string of digits (or bits) represents a rational number. The term floating point refers to the fact that the...
en.wikipedia.org/wiki/Floating_point
Pentium FDIV bug - Wikipedia, the free encyclopedia
The Pentium FDIV bug was a bug in Intel's original Pentium floating point unit. Certain floating point division operations performed with these processors would produce incorrect results. According ...
en.wikipedia.org/wiki/Pentium_FDIV_bug
* Corrects errors caused by floating point math. ... //should correct very small floating point errors ... [...] I originally found this information/code on a post called Floating-point errors got you down? [...]
joshblog.net/2007/01/30/flash-floating-point-number-err... joshblog.net/2007/01/30/flash-floating-point-number-errors/
Catastrophic cancellation occurs when the operands are subject to rounding errors. For example in the quadratic formula, the expression b2 - 4ac occurs. The quantities b2 and 4ac are subject to rounding errors since they are the results of floating-point multiplications.
docs.sun.com/source/806-3568/ncg_goldberg.html
This paper provides a framework that highlights the features of computer models that make them especially vulnerable to floating-point errors, and suggests ways in which the impact of such errors can be mitigated. ... We focus on small floating-point errors because these are most likely to occur, whilst still potentially...
jasss.soc.surrey.ac.uk/9/4/4.html
Operating System ; How to handle floating point errors ... Undetected floating-point errors may result in lower program efficiency, inaccurate results, or software vulnerabilities. Most processors stall for a significant duration (sometimes up to a second or even more on 32-bit desktop processors) when an operation incurs...
www.securecoding.cert.org/confluence/display/seccode/FL... www.securecoding.cert.org/confluence/display/seccode/FLP03-C.+Detect+and+handle+floating+point+errors
Consider solving the linear system Hx = b using Cholesky, forward and back substitution in the standard way, yielding a computed solution x. The usual floating point error analysis says that the relative error kx \Gamma xk 2 =kxk 2 = O(")(H), ... On Floating Point Errors in Cholesky (1989) [6 citations — 0 self]
citeseer.ist.psu.edu/demmel89floating.html citeseer.ist.psu.edu/demmel89floating.html
Title Bug: Watch for floating point errors ... Description This bug alert points out some possible sources of error in floating point calculations. ... Keywords floating point errors, single, double, overflow, underflow, Visual Basic 6, VB 6, VB.NET, VB 2005...
www.vb-helper.com/bug_floating_point_errors.html www.vb-helper.com/bug_floating_point_errors.html
Definitions