#ifndef PYTHONIC_INCLUDE_MATH_GAMMA_HPP #define PYTHONIC_INCLUDE_MATH_GAMMA_HPP #include "pythonic/include/utils/functor.hpp" #include PYTHONIC_NS_BEGIN namespace math { double gamma(double x); DEFINE_FUNCTOR(pythonic::math, gamma); } PYTHONIC_NS_END #endif