%PDF- %PDF-
| Direktori : /usr/lib/python3/dist-packages/pythran/pythonic/include/builtins/complex/ |
| Current File : //usr/lib/python3/dist-packages/pythran/pythonic/include/builtins/complex/conjugate.hpp |
#ifndef PYTHONIC_INCLUDE_BUILTIN_COMPLEX_CONJUGATE_HPP
#define PYTHONIC_INCLUDE_BUILTIN_COMPLEX_CONJUGATE_HPP
#include "pythonic/include/utils/functor.hpp"
#include "pythonic/include/numpy/conjugate.hpp"
PYTHONIC_NS_BEGIN
namespace builtins
{
namespace complex
{
USING_FUNCTOR(conjugate, numpy::functor::conjugate);
}
}
PYTHONIC_NS_END
#endif