%PDF- %PDF-
| Direktori : /lib/python3/dist-packages/pythran/pythonic/math/ |
| Current File : //lib/python3/dist-packages/pythran/pythonic/math/gamma.hpp |
#ifndef PYTHONIC_MATH_GAMMA_HPP
#define PYTHONIC_MATH_GAMMA_HPP
#include "pythonic/include/math/gamma.hpp"
#include "pythonic/utils/functor.hpp"
#include <cmath>
PYTHONIC_NS_BEGIN
namespace math
{
double gamma(double x)
{
return std::tgamma(x);
}
}
PYTHONIC_NS_END
#endif