os/ossrv/ossrv_pub/boost_apis/boost/math/complex.hpp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
//  (C) Copyright John Maddock 2005.
sl@0
     2
//  Use, modification and distribution are subject to the
sl@0
     3
//  Boost Software License, Version 1.0. (See accompanying file
sl@0
     4
//  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
sl@0
     5
sl@0
     6
#ifndef BOOST_MATH_COMPLEX_INCLUDED
sl@0
     7
#define BOOST_MATH_COMPLEX_INCLUDED
sl@0
     8
sl@0
     9
#ifndef BOOST_MATH_COMPLEX_ASIN_INCLUDED
sl@0
    10
#  include <boost/math/complex/asin.hpp>
sl@0
    11
#endif
sl@0
    12
#ifndef BOOST_MATH_COMPLEX_ASINH_INCLUDED
sl@0
    13
#  include <boost/math/complex/asinh.hpp>
sl@0
    14
#endif
sl@0
    15
#ifndef BOOST_MATH_COMPLEX_ACOS_INCLUDED
sl@0
    16
#  include <boost/math/complex/acos.hpp>
sl@0
    17
#endif
sl@0
    18
#ifndef BOOST_MATH_COMPLEX_ACOSH_INCLUDED
sl@0
    19
#  include <boost/math/complex/acosh.hpp>
sl@0
    20
#endif
sl@0
    21
#ifndef BOOST_MATH_COMPLEX_ATAN_INCLUDED
sl@0
    22
#  include <boost/math/complex/atan.hpp>
sl@0
    23
#endif
sl@0
    24
#ifndef BOOST_MATH_COMPLEX_ATANH_INCLUDED
sl@0
    25
#  include <boost/math/complex/atanh.hpp>
sl@0
    26
#endif
sl@0
    27
#ifndef BOOST_MATH_COMPLEX_FABS_INCLUDED
sl@0
    28
#  include <boost/math/complex/fabs.hpp>
sl@0
    29
#endif
sl@0
    30
sl@0
    31
sl@0
    32
#endif // BOOST_MATH_COMPLEX_INCLUDED