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)
5 
6 #ifndef BOOST_MATH_COMPLEX_INCLUDED
7 #define BOOST_MATH_COMPLEX_INCLUDED
8 
9 #ifndef BOOST_MATH_COMPLEX_ASIN_INCLUDED
10 #  include <boost/math/complex/asin.hpp>
11 #endif
12 #ifndef BOOST_MATH_COMPLEX_ASINH_INCLUDED
13 #  include <boost/math/complex/asinh.hpp>
14 #endif
15 #ifndef BOOST_MATH_COMPLEX_ACOS_INCLUDED
16 #  include <boost/math/complex/acos.hpp>
17 #endif
18 #ifndef BOOST_MATH_COMPLEX_ACOSH_INCLUDED
19 #  include <boost/math/complex/acosh.hpp>
20 #endif
21 #ifndef BOOST_MATH_COMPLEX_ATAN_INCLUDED
22 #  include <boost/math/complex/atan.hpp>
23 #endif
24 #ifndef BOOST_MATH_COMPLEX_ATANH_INCLUDED
25 #  include <boost/math/complex/atanh.hpp>
26 #endif
27 #ifndef BOOST_MATH_COMPLEX_FABS_INCLUDED
28 #  include <boost/math/complex/fabs.hpp>
29 #endif
30 
31 
32 #endif // BOOST_MATH_COMPLEX_INCLUDED
33