complex.hpp 971 B

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