Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
1 // (C) Copyright John Maddock 2005.
2 // Use, modification and distribution are subject to the
3 // Boost Software License, Version 1.0. (See accompanying file
4 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 #ifndef BOOST_MATH_COMPLEX_INCLUDED
7 #define BOOST_MATH_COMPLEX_INCLUDED
9 #ifndef BOOST_MATH_COMPLEX_ASIN_INCLUDED
10 # include <boost/math/complex/asin.hpp>
12 #ifndef BOOST_MATH_COMPLEX_ASINH_INCLUDED
13 # include <boost/math/complex/asinh.hpp>
15 #ifndef BOOST_MATH_COMPLEX_ACOS_INCLUDED
16 # include <boost/math/complex/acos.hpp>
18 #ifndef BOOST_MATH_COMPLEX_ACOSH_INCLUDED
19 # include <boost/math/complex/acosh.hpp>
21 #ifndef BOOST_MATH_COMPLEX_ATAN_INCLUDED
22 # include <boost/math/complex/atan.hpp>
24 #ifndef BOOST_MATH_COMPLEX_ATANH_INCLUDED
25 # include <boost/math/complex/atanh.hpp>
27 #ifndef BOOST_MATH_COMPLEX_FABS_INCLUDED
28 # include <boost/math/complex/fabs.hpp>
32 #endif // BOOST_MATH_COMPLEX_INCLUDED