views:

113

answers:

3

Is there a good introductory level documentation on floating point related practical pitfalls? I need to give some reading material on this subject to a fairly bright CS student.

I remember seeing a good comprehensive manual somewhere couple of years ago, but now, when I need it, I can't find one.

+5  A: 

I'd recommend starting with Floating point numbers are a leaky abstraction then reading Anatomy of a floating point number.

Perhaps the manual you're thinking of is What Every Computer Scientist Should Know About Floating-Point Arithmetic.

John D. Cook
Indeed, that's the one I thought about! Thanks!
Alexander Gladysh
+1  A: 

http://arxiv.org/pdf/cs/0701192v5

Diwakar Goel