C99 and floating point environment
Posted
by yCalleecharan
on Stack Overflow
See other posts from Stack Overflow
or by yCalleecharan
Published on 2010-04-12T18:48:45Z
Indexed on
2010/04/12
18:53 UTC
Read the original article
Hit count: 466
c99
|floating-point
Hi, I was looking at new features of C99 and saw the floating point environment:
#include <fenv.h>
My question is simple. If I'm performing floating point number computations, do I have to include the above preprocessor directive in my code? If no, then what does this directive do and when does it become important to include?
Thanks a lot...
© Stack Overflow or respective owner