author | William Roberts <williamr@symbian.org> |
Wed, 31 Mar 2010 12:27:01 +0100 | |
branch | Symbian2 |
changeset 3 | e1b950c65cb4 |
parent 2 | epoc32/include/stdapis/boost/math/complex.hpp@2fe1408b6811 |
child 4 | 837f303aceeb |
permissions | -rw-r--r-- |
williamr@2 | 1 |
// (C) Copyright John Maddock 2005. |
williamr@2 | 2 |
// Use, modification and distribution are subject to the |
williamr@2 | 3 |
// Boost Software License, Version 1.0. (See accompanying file |
williamr@2 | 4 |
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
williamr@2 | 5 |
|
williamr@2 | 6 |
#ifndef BOOST_MATH_COMPLEX_INCLUDED |
williamr@2 | 7 |
#define BOOST_MATH_COMPLEX_INCLUDED |
williamr@2 | 8 |
|
williamr@2 | 9 |
#ifndef BOOST_MATH_COMPLEX_ASIN_INCLUDED |
williamr@2 | 10 |
# include <boost/math/complex/asin.hpp> |
williamr@2 | 11 |
#endif |
williamr@2 | 12 |
#ifndef BOOST_MATH_COMPLEX_ASINH_INCLUDED |
williamr@2 | 13 |
# include <boost/math/complex/asinh.hpp> |
williamr@2 | 14 |
#endif |
williamr@2 | 15 |
#ifndef BOOST_MATH_COMPLEX_ACOS_INCLUDED |
williamr@2 | 16 |
# include <boost/math/complex/acos.hpp> |
williamr@2 | 17 |
#endif |
williamr@2 | 18 |
#ifndef BOOST_MATH_COMPLEX_ACOSH_INCLUDED |
williamr@2 | 19 |
# include <boost/math/complex/acosh.hpp> |
williamr@2 | 20 |
#endif |
williamr@2 | 21 |
#ifndef BOOST_MATH_COMPLEX_ATAN_INCLUDED |
williamr@2 | 22 |
# include <boost/math/complex/atan.hpp> |
williamr@2 | 23 |
#endif |
williamr@2 | 24 |
#ifndef BOOST_MATH_COMPLEX_ATANH_INCLUDED |
williamr@2 | 25 |
# include <boost/math/complex/atanh.hpp> |
williamr@2 | 26 |
#endif |
williamr@2 | 27 |
#ifndef BOOST_MATH_COMPLEX_FABS_INCLUDED |
williamr@2 | 28 |
# include <boost/math/complex/fabs.hpp> |
williamr@2 | 29 |
#endif |
williamr@2 | 30 |
|
williamr@2 | 31 |
|
williamr@2 | 32 |
#endif // BOOST_MATH_COMPLEX_INCLUDED |