summaryrefslogtreecommitdiffstats
path: root/contrib/python/pythran/pythran/pythonic/math/asin.hpp
blob: 32cb90a3d7aeedde1e3cbbd0de22cf0fcda6950f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef PYTHONIC_MATH_ASIN_HPP
#define PYTHONIC_MATH_ASIN_HPP

#include "pythonic/include/math/asin.hpp"

#include "pythonic/utils/functor.hpp"
#include <cmath>

PYTHONIC_NS_BEGIN

namespace math
{
}
PYTHONIC_NS_END

#endif