%PDF- %PDF-
| Direktori : /proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/include/numpy/ |
| Current File : //proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/include/numpy/finfo.hpp |
#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 <class dtype = functor::float64>
types::finfo<typename dtype::type> finfo(dtype d = dtype());
DEFINE_FUNCTOR(pythonic::numpy, finfo)
}
PYTHONIC_NS_END
#endif