1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/epoc32/include/stdapis/boost/config/no_tr1/complex.hpp Wed Mar 31 12:27:01 2010 +0100
1.3 @@ -0,0 +1,32 @@
1.4 +// (C) Copyright John Maddock 2005.
1.5 +// Use, modification and distribution are subject to the
1.6 +// Boost Software License, Version 1.0. (See accompanying file
1.7 +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
1.8 +
1.9 +#ifndef BOOST_MATH_COMPLEX_INCLUDED
1.10 +#define BOOST_MATH_COMPLEX_INCLUDED
1.11 +
1.12 +#ifndef BOOST_MATH_COMPLEX_ASIN_INCLUDED
1.13 +# include <boost/math/complex/asin.hpp>
1.14 +#endif
1.15 +#ifndef BOOST_MATH_COMPLEX_ASINH_INCLUDED
1.16 +# include <boost/math/complex/asinh.hpp>
1.17 +#endif
1.18 +#ifndef BOOST_MATH_COMPLEX_ACOS_INCLUDED
1.19 +# include <boost/math/complex/acos.hpp>
1.20 +#endif
1.21 +#ifndef BOOST_MATH_COMPLEX_ACOSH_INCLUDED
1.22 +# include <boost/math/complex/acosh.hpp>
1.23 +#endif
1.24 +#ifndef BOOST_MATH_COMPLEX_ATAN_INCLUDED
1.25 +# include <boost/math/complex/atan.hpp>
1.26 +#endif
1.27 +#ifndef BOOST_MATH_COMPLEX_ATANH_INCLUDED
1.28 +# include <boost/math/complex/atanh.hpp>
1.29 +#endif
1.30 +#ifndef BOOST_MATH_COMPLEX_FABS_INCLUDED
1.31 +# include <boost/math/complex/fabs.hpp>
1.32 +#endif
1.33 +
1.34 +
1.35 +#endif // BOOST_MATH_COMPLEX_INCLUDED