epoc32/include/stdapis/boost/config/no_tr1/complex.hpp
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:27:01 +0100
branchSymbian2
changeset 3 e1b950c65cb4
parent 2 epoc32/include/stdapis/boost/math/complex.hpp@2fe1408b6811
child 4 837f303aceeb
permissions -rw-r--r--
Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
     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