summaryrefslogtreecommitdiffstats
path: root/contrib/python/pythran/pythran/pythonic/cmath/atanh.hpp
blob: 997c74310f202af8293da5b1647659d9230550f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef PYTHONIC_CMATH_ATANH_HPP
#define PYTHONIC_CMATH_ATANH_HPP

#include "pythonic/include/cmath/atanh.hpp"

#include "pythonic/utils/functor.hpp"
#include "pythonic/types/complex.hpp"

#include <cmath>

PYTHONIC_NS_BEGIN

namespace cmath
{
}
PYTHONIC_NS_END

#endif