1 #ifndef PYTHONIC_CMATH_SQRT_HPP
2 #define PYTHONIC_CMATH_SQRT_HPP
3 
4 #include "pythonic/include/cmath/sqrt.hpp"
5 
6 #include "pythonic/utils/functor.hpp"
7 #include "pythonic/types/complex.hpp"
8 
9 #include <cmath>
10 
11 PYTHONIC_NS_BEGIN
12 
13 namespace cmath
14 {
15 }
16 PYTHONIC_NS_END
17 
18 #endif
19