Hello Adam,
[EMAIL PROTECTED] schrieb:
> On solaris, isnanf is defined in <ieeefp.h>, but not the other ones. Although
> there is a function fpclass() which provides similar information. I don't
> know
> about FreeBSD
thank you for checking! I've checked up some more and it seems that:
#include <math.h>
int fpclassify(x);
should be the most portable approach (without requiring a conditional
include). Could you verfiy that this exists for solaris?
Anyone with FreeBSD?
Cheers,
David
_______________________________________________
Gnustep-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnustep-dev