]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/math/include/boost/math/special_functions.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / math / include / boost / math / special_functions.hpp
CommitLineData
7c673cae
FG
1// Copyright John Maddock 2006, 2007, 2012, 2014.
2// Copyright Paul A. Bristow 2006, 2007, 2012
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/airy.hpp>
16#include <boost/math/special_functions/acosh.hpp>
17#include <boost/math/special_functions/asinh.hpp>
18#include <boost/math/special_functions/atanh.hpp>
19#include <boost/math/special_functions/bernoulli.hpp>
20#include <boost/math/special_functions/bessel.hpp>
21#include <boost/math/special_functions/bessel_prime.hpp>
22#include <boost/math/special_functions/beta.hpp>
23#include <boost/math/special_functions/binomial.hpp>
24#include <boost/math/special_functions/cbrt.hpp>
25#include <boost/math/special_functions/cos_pi.hpp>
26#include <boost/math/special_functions/digamma.hpp>
27#include <boost/math/special_functions/ellint_1.hpp>
28#include <boost/math/special_functions/ellint_2.hpp>
29#include <boost/math/special_functions/ellint_3.hpp>
30#include <boost/math/special_functions/ellint_d.hpp>
31#include <boost/math/special_functions/jacobi_zeta.hpp>
32#include <boost/math/special_functions/heuman_lambda.hpp>
33#include <boost/math/special_functions/ellint_rc.hpp>
34#include <boost/math/special_functions/ellint_rd.hpp>
35#include <boost/math/special_functions/ellint_rf.hpp>
36#include <boost/math/special_functions/ellint_rj.hpp>
37#include <boost/math/special_functions/ellint_rg.hpp>
38#include <boost/math/special_functions/erf.hpp>
39#include <boost/math/special_functions/expint.hpp>
40#include <boost/math/special_functions/expm1.hpp>
41#include <boost/math/special_functions/factorials.hpp>
42#include <boost/math/special_functions/fpclassify.hpp>
43#include <boost/math/special_functions/gamma.hpp>
44#include <boost/math/special_functions/hermite.hpp>
45#include <boost/math/special_functions/hypot.hpp>
46#include <boost/math/special_functions/jacobi_elliptic.hpp>
47#include <boost/math/special_functions/laguerre.hpp>
48#include <boost/math/special_functions/lanczos.hpp>
49#include <boost/math/special_functions/legendre.hpp>
50#include <boost/math/special_functions/log1p.hpp>
51#include <boost/math/special_functions/math_fwd.hpp>
52#include <boost/math/special_functions/next.hpp>
53#include <boost/math/special_functions/owens_t.hpp>
54#include <boost/math/special_functions/polygamma.hpp>
55#include <boost/math/special_functions/powm1.hpp>
56#include <boost/math/special_functions/sign.hpp>
57#include <boost/math/special_functions/sin_pi.hpp>
58#include <boost/math/special_functions/sinc.hpp>
59#include <boost/math/special_functions/sinhc.hpp>
60#include <boost/math/special_functions/spherical_harmonic.hpp>
61#include <boost/math/special_functions/sqrt1pm1.hpp>
62#include <boost/math/special_functions/zeta.hpp>
63#include <boost/math/special_functions/modf.hpp>
64#include <boost/math/special_functions/round.hpp>
65#include <boost/math/special_functions/trunc.hpp>
66#include <boost/math/special_functions/pow.hpp>
67#include <boost/math/special_functions/next.hpp>
68#include <boost/math/special_functions/owens_t.hpp>
69#include <boost/math/special_functions/hankel.hpp>
70#include <boost/math/special_functions/ulp.hpp>
71#include <boost/math/special_functions/relative_difference.hpp>
72
73#endif // BOOST_MATH_SPECIAL_FUNCTIONS_HPP