%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/mod.hpp |
#ifndef PYTHONIC_INCLUDE_NUMPY_MOD_HPP
#define PYTHONIC_INCLUDE_NUMPY_MOD_HPP
#include "pythonic/include/utils/functor.hpp"
#include "pythonic/include/types/assignable.hpp"
#include "pythonic/include/operator_/mod.hpp"
PYTHONIC_NS_BEGIN
namespace numpy
{
/* this is still a numpy_expr, because operator::mod_ forwards to
* operator% which is correctly overloaded
*/
USING_FUNCTOR(mod, operator_::functor::mod);
}
PYTHONIC_NS_END
#endif