#ifndef PYTHONIC_CMATH_EXP_HPP #define PYTHONIC_CMATH_EXP_HPP #include "pythonic/include/cmath/exp.hpp" #include "pythonic/utils/functor.hpp" #include "pythonic/types/complex.hpp" #include PYTHONIC_NS_BEGIN namespace cmath { } PYTHONIC_NS_END #endif