N
Nicholas R. Markham
When I compile with the -ansi option (using gcc 3.2.3) I'm warned of an
implicit declaration of function 'finite'. Does this mean that finite() is
not part of ANSI C, or that I didn't include a necessary header file? (I
did include math.h.) Either way, is there a recommended way to check if a
float or double is finite in ANSI C? Thanks.
implicit declaration of function 'finite'. Does this mean that finite() is
not part of ANSI C, or that I didn't include a necessary header file? (I
did include math.h.) Either way, is there a recommended way to check if a
float or double is finite in ANSI C? Thanks.