critical impact:
isnanf, isnanl - not supported; temporarily available; use isnan (CrUn87)
Problem description
The isnanf and isnanl functions exist only on Tru64 UNIX, and not on HP-UX. These functions will be available on a temporary basis in the Tru64 UNIX Migration Environment for HP-UX.
The Migration Environment contains Tru64 UNIX APIs, development tools, and commands and utilities to assist customers in migrating their applications from Tru64 UNIX to HP-UX. Identifiers
 isnanf |
 isnanl |
|
|
|
|
See also
Solution description
The isnanf and isnanl functions are in the Tru64 UNIX Migration Environment.
Applications will be able to use these functions from the Tru64 UNIX Migration Environment for HP-UX. Please note that the Migration Environment is temporary. For a long-term solution, use the isnan macro. The isnan macro determines whether its argument is a NaN (the IEEE floating point reserved non-a-number value). See also
Problem summary
| classifications |
source types |
OS release |
severity |
type |
| LIB, ME |
C, C++ |
any HP-UX 11i version |
critical |
unavailable |
|