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

no edit summary
No edit summary
No edit summary
 
Line 1: Line 1:
{{DocTabs|Section=3}}
''Originally written by ZeroFrog''
''Originally written by ZeroFrog''


Line 20: Line 19:
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 Developers Blog Navbox}}
 
{{PCSX2 Documentation Navbox}}
ninja
782

edits