cpp_complex.hpp 446 B

123456789101112
  1. ///////////////////////////////////////////////////////////////////////////////
  2. // Copyright 2018 John Maddock. Distributed under the Boost
  3. // 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_MP_CPP_COMPLEX_HPP
  6. #define BOOST_MP_CPP_COMPLEX_HPP
  7. #include <boost/multiprecision/cpp_bin_float.hpp>
  8. #include <boost/multiprecision/complex_adaptor.hpp>
  9. #endif