File indexing completed on 2025-01-18 09:40:44
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012 #ifndef BOOST_MATH_SPECIAL_FUNCTIONS_HPP
0013 #define BOOST_MATH_SPECIAL_FUNCTIONS_HPP
0014
0015 #include <boost/math/special_functions/airy.hpp>
0016 #include <boost/math/special_functions/acosh.hpp>
0017 #include <boost/math/special_functions/asinh.hpp>
0018 #include <boost/math/special_functions/atanh.hpp>
0019 #include <boost/math/special_functions/bernoulli.hpp>
0020 #include <boost/math/special_functions/bessel.hpp>
0021 #include <boost/math/special_functions/bessel_prime.hpp>
0022 #include <boost/math/special_functions/beta.hpp>
0023 #include <boost/math/special_functions/binomial.hpp>
0024 #include <boost/math/special_functions/cbrt.hpp>
0025 #include <boost/math/special_functions/cos_pi.hpp>
0026 #include <boost/math/special_functions/chebyshev.hpp>
0027 #include <boost/math/special_functions/digamma.hpp>
0028 #include <boost/math/special_functions/ellint_1.hpp>
0029 #include <boost/math/special_functions/ellint_2.hpp>
0030 #include <boost/math/special_functions/ellint_3.hpp>
0031 #include <boost/math/special_functions/ellint_d.hpp>
0032 #include <boost/math/special_functions/jacobi_theta.hpp>
0033 #include <boost/math/special_functions/jacobi_zeta.hpp>
0034 #include <boost/math/special_functions/heuman_lambda.hpp>
0035 #include <boost/math/special_functions/ellint_rc.hpp>
0036 #include <boost/math/special_functions/ellint_rd.hpp>
0037 #include <boost/math/special_functions/ellint_rf.hpp>
0038 #include <boost/math/special_functions/ellint_rj.hpp>
0039 #include <boost/math/special_functions/ellint_rg.hpp>
0040 #include <boost/math/special_functions/erf.hpp>
0041 #include <boost/math/special_functions/expint.hpp>
0042 #include <boost/math/special_functions/expm1.hpp>
0043 #include <boost/math/special_functions/factorials.hpp>
0044 #include <boost/math/special_functions/fpclassify.hpp>
0045 #include <boost/math/special_functions/gamma.hpp>
0046 #include <boost/math/special_functions/hermite.hpp>
0047 #include <boost/math/special_functions/hypot.hpp>
0048 #include <boost/math/special_functions/hypergeometric_1F0.hpp>
0049 #include <boost/math/special_functions/hypergeometric_0F1.hpp>
0050 #include <boost/math/special_functions/hypergeometric_2F0.hpp>
0051 #include <boost/math/special_functions/hypergeometric_1F1.hpp>
0052 #include <boost/math/special_functions/hypergeometric_pFq.hpp>
0053 #include <boost/math/special_functions/jacobi_elliptic.hpp>
0054 #include <boost/math/special_functions/laguerre.hpp>
0055 #include <boost/math/special_functions/lanczos.hpp>
0056 #include <boost/math/special_functions/legendre.hpp>
0057 #include <boost/math/special_functions/log1p.hpp>
0058 #include <boost/math/special_functions/math_fwd.hpp>
0059 #include <boost/math/special_functions/next.hpp>
0060 #include <boost/math/special_functions/owens_t.hpp>
0061 #include <boost/math/special_functions/polygamma.hpp>
0062 #include <boost/math/special_functions/powm1.hpp>
0063 #include <boost/math/special_functions/sign.hpp>
0064 #include <boost/math/special_functions/sin_pi.hpp>
0065 #include <boost/math/special_functions/sinc.hpp>
0066 #include <boost/math/special_functions/sinhc.hpp>
0067 #include <boost/math/special_functions/spherical_harmonic.hpp>
0068 #include <boost/math/special_functions/sqrt1pm1.hpp>
0069 #include <boost/math/special_functions/zeta.hpp>
0070 #include <boost/math/special_functions/modf.hpp>
0071 #include <boost/math/special_functions/round.hpp>
0072 #include <boost/math/special_functions/trunc.hpp>
0073 #include <boost/math/special_functions/pow.hpp>
0074 #include <boost/math/special_functions/next.hpp>
0075 #include <boost/math/special_functions/owens_t.hpp>
0076 #include <boost/math/special_functions/hankel.hpp>
0077 #include <boost/math/special_functions/ulp.hpp>
0078 #include <boost/math/special_functions/relative_difference.hpp>
0079 #include <boost/math/special_functions/lambert_w.hpp>
0080 #include <boost/math/special_functions/gegenbauer.hpp>
0081 #include <boost/math/special_functions/jacobi.hpp>
0082 #ifndef BOOST_NO_EXCEPTIONS
0083 #include <boost/math/special_functions/legendre_stieltjes.hpp>
0084 #endif
0085 #endif