Melchior FRANZ wrote:

> $ man finite
> NAME
>        isinf, isnan, finite - test for infinity or not-a-number (NaN)
> 
> SYNOPSIS
>        #include <math.h>

Ooops ....:

foehn: 13:47:03 ~> uname -a
SunOS foehn 5.8 Generic_117000-03 sun4m sparc
foehn: 13:47:06 ~> find /usr/include/ -name math\.h
/usr/include/math.h
foehn: 13:47:09 ~> grep finite /usr/include/math.h
foehn: 13:47:11 ~> man finite
NAME
     isnan, isnand, isnanf, finite, fpclass, unordered  -  deter-
     mine type of floating-point number

SYNOPSIS
     #include <ieeefp.h>

     int isnand(double dsrc);

     int isnanf(float fsrc);

     int finite(double dsrc);
[...]


I'll investigate if it works,
        Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------

_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to