#ifndef PYTHONIC_INCLUDE_NUMPY_FINFO_HPP #define PYTHONIC_INCLUDE_NUMPY_FINFO_HPP #include "pythonic/include/utils/functor.hpp" #include "pythonic/include/numpy/float64.hpp" #include "pythonic/include/types/finfo.hpp" PYTHONIC_NS_BEGIN namespace numpy { template types::finfo finfo(dtype d = dtype()); DEFINE_FUNCTOR(pythonic::numpy, finfo) } PYTHONIC_NS_END #endif