__device__ int isfinite ( double  a  ) 

Determine whether the floating-point value a is a finite value (zero, subnormal, or normal and not infinity or NaN).

Returns:
Returns a nonzero value if and only if a is a finite value.


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA