PCSX2 Documentation/Nightmare on Floating-Point Street: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 18: Line 18:


When comparing two floating point numbers a and b, never use <code>a == b</code>. Instead use something along the lines of <code>fabs(a-b)< epsilon</code> where epsilon is some very small number.
When comparing two floating point numbers a and b, never use <code>a == b</code>. Instead use something along the lines of <code>fabs(a-b)< epsilon</code> where epsilon is some very small number.
{{PCSX2 Documentation Navbox}}
ninja
782

edits

Navigation menu