~tsarev/boostdc/cmake

« back to all changes in this revision

Viewing changes to boost/boost/math/special_functions.hpp

  • Committer: bigmuscle
  • Date: 2010-05-08 08:47:15 UTC
  • Revision ID: svn-v4:5fb55d53-692c-0410-a46a-e90ab66e00ee:trunk:497
removed old boost version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//  Copyright John Maddock 2006, 2007.
2
 
//  Copyright Paul A. Bristow 2006, 2007.
3
 
 
4
 
//  Use, modification and distribution are subject to the
5
 
//  Boost Software License, Version 1.0. (See accompanying file
6
 
//  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7
 
 
8
 
// This file includes *all* the special functions.
9
 
// this may be useful if many are used
10
 
// - to avoid including each function individually.
11
 
 
12
 
#ifndef BOOST_MATH_SPECIAL_FUNCTIONS_HPP
13
 
#define BOOST_MATH_SPECIAL_FUNCTIONS_HPP
14
 
 
15
 
#include <boost/math/special_functions/acosh.hpp>
16
 
#include <boost/math/special_functions/asinh.hpp>
17
 
#include <boost/math/special_functions/atanh.hpp>
18
 
#include <boost/math/special_functions/bessel.hpp>
19
 
#include <boost/math/special_functions/beta.hpp>
20
 
#include <boost/math/special_functions/binomial.hpp>
21
 
#include <boost/math/special_functions/cbrt.hpp>
22
 
#include <boost/math/special_functions/cos_pi.hpp>
23
 
#include <boost/math/special_functions/digamma.hpp>
24
 
#include <boost/math/special_functions/ellint_1.hpp>
25
 
#include <boost/math/special_functions/ellint_2.hpp>
26
 
#include <boost/math/special_functions/ellint_3.hpp>
27
 
#include <boost/math/special_functions/ellint_rc.hpp>
28
 
#include <boost/math/special_functions/ellint_rd.hpp>
29
 
#include <boost/math/special_functions/ellint_rf.hpp>
30
 
#include <boost/math/special_functions/ellint_rj.hpp>
31
 
#include <boost/math/special_functions/erf.hpp>
32
 
#include <boost/math/special_functions/expint.hpp>
33
 
#include <boost/math/special_functions/expm1.hpp>
34
 
#include <boost/math/special_functions/factorials.hpp>
35
 
#include <boost/math/special_functions/fpclassify.hpp>
36
 
#include <boost/math/special_functions/gamma.hpp>
37
 
#include <boost/math/special_functions/hermite.hpp>
38
 
#include <boost/math/special_functions/hypot.hpp>
39
 
#include <boost/math/special_functions/laguerre.hpp>
40
 
#include <boost/math/special_functions/lanczos.hpp>
41
 
#include <boost/math/special_functions/legendre.hpp>
42
 
#include <boost/math/special_functions/log1p.hpp>
43
 
#include <boost/math/special_functions/math_fwd.hpp>
44
 
#include <boost/math/special_functions/next.hpp>
45
 
#include <boost/math/special_functions/powm1.hpp>
46
 
#include <boost/math/special_functions/sign.hpp>
47
 
#include <boost/math/special_functions/sin_pi.hpp>
48
 
#include <boost/math/special_functions/sinc.hpp>
49
 
#include <boost/math/special_functions/sinhc.hpp>
50
 
#include <boost/math/special_functions/spherical_harmonic.hpp>
51
 
#include <boost/math/special_functions/sqrt1pm1.hpp>
52
 
#include <boost/math/special_functions/zeta.hpp>
53
 
#include <boost/math/special_functions/modf.hpp>
54
 
#include <boost/math/special_functions/round.hpp>
55
 
#include <boost/math/special_functions/trunc.hpp>
56
 
#include <boost/math/special_functions/pow.hpp>
57
 
#include <boost/math/special_functions/next.hpp>
58
 
 
59
 
#endif // BOOST_MATH_SPECIAL_FUNCTIONS_HPP