Your IP : 216.73.217.173


Current Path : /usr/lib/python3/dist-packages/pythran/pythonic/include/math/
Upload File :
Current File : //usr/lib/python3/dist-packages/pythran/pythonic/include/math/isnan.hpp

#ifndef PYTHONIC_INCLUDE_MATH_ISNAN_HPP
#define PYTHONIC_INCLUDE_MATH_ISNAN_HPP

#include "pythonic/include/utils/functor.hpp"
#include <cmath>

PYTHONIC_NS_BEGIN

namespace math
{
  DEFINE_FUNCTOR_2(isnan, std::isnan);
}
PYTHONIC_NS_END

#endif