SyTen
isnan.h File Reference

Implementation for isnan() for various types. More...

#include <complex>
#include <cmath>
+ Include dependency graph for isnan.h:
+ This graph shows which files directly or indirectly include this file:

Namespaces

 syten
 Syten namespace.
 

Functions

template<typename T >
bool syten::isnan (std::complex< T > const &x)
 isnan() for complex types, returns true if either real or imaginary part are NaN More...
 

Detailed Description

Implementation for isnan() for various types.