![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /usr/include/boost/math/ |
Upload File : |
// Copyright John Maddock 2006, 2007, 2012, 2014. // Copyright Paul A. Bristow 2006, 2007, 2012 // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // This file includes *all* the special functions. // this may be useful if many are used // - to avoid including each function individually. #ifndef BOOST_MATH_SPECIAL_FUNCTIONS_HPP #define BOOST_MATH_SPECIAL_FUNCTIONS_HPP #include <boost/math/special_functions/airy.hpp> #include <boost/math/special_functions/acosh.hpp> #include <boost/math/special_functions/asinh.hpp> #include <boost/math/special_functions/atanh.hpp> #include <boost/math/special_functions/bernoulli.hpp> #include <boost/math/special_functions/bessel.hpp> #include <boost/math/special_functions/bessel_prime.hpp> #include <boost/math/special_functions/beta.hpp> #include <boost/math/special_functions/binomial.hpp> #include <boost/math/special_functions/cbrt.hpp> #include <boost/math/special_functions/cos_pi.hpp> #include <boost/math/special_functions/chebyshev.hpp> #include <boost/math/special_functions/digamma.hpp> #include <boost/math/special_functions/ellint_1.hpp> #include <boost/math/special_functions/ellint_2.hpp> #include <boost/math/special_functions/ellint_3.hpp> #include <boost/math/special_functions/ellint_d.hpp> #include <boost/math/special_functions/jacobi_zeta.hpp> #include <boost/math/special_functions/heuman_lambda.hpp> #include <boost/math/special_functions/ellint_rc.hpp> #include <boost/math/special_functions/ellint_rd.hpp> #include <boost/math/special_functions/ellint_rf.hpp> #include <boost/math/special_functions/ellint_rj.hpp> #include <boost/math/special_functions/ellint_rg.hpp> #include <boost/math/special_functions/erf.hpp> #include <boost/math/special_functions/expint.hpp> #include <boost/math/special_functions/expm1.hpp> #include <boost/math/special_functions/factorials.hpp> #include <boost/math/special_functions/fpclassify.hpp> #include <boost/math/special_functions/gamma.hpp> #include <boost/math/special_functions/hermite.hpp> #include <boost/math/special_functions/hypot.hpp> #include <boost/math/special_functions/jacobi_elliptic.hpp> #include <boost/math/special_functions/laguerre.hpp> #include <boost/math/special_functions/lanczos.hpp> #include <boost/math/special_functions/legendre.hpp> #include <boost/math/special_functions/log1p.hpp> #include <boost/math/special_functions/math_fwd.hpp> #include <boost/math/special_functions/next.hpp> #include <boost/math/special_functions/owens_t.hpp> #include <boost/math/special_functions/polygamma.hpp> #include <boost/math/special_functions/powm1.hpp> #include <boost/math/special_functions/sign.hpp> #include <boost/math/special_functions/sin_pi.hpp> #include <boost/math/special_functions/sinc.hpp> #include <boost/math/special_functions/sinhc.hpp> #include <boost/math/special_functions/spherical_harmonic.hpp> #include <boost/math/special_functions/sqrt1pm1.hpp> #include <boost/math/special_functions/zeta.hpp> #include <boost/math/special_functions/modf.hpp> #include <boost/math/special_functions/round.hpp> #include <boost/math/special_functions/trunc.hpp> #include <boost/math/special_functions/pow.hpp> #include <boost/math/special_functions/next.hpp> #include <boost/math/special_functions/owens_t.hpp> #include <boost/math/special_functions/hankel.hpp> #include <boost/math/special_functions/ulp.hpp> #include <boost/math/special_functions/relative_difference.hpp> #include <boost/math/special_functions/lambert_w.hpp> #endif // BOOST_MATH_SPECIAL_FUNCTIONS_HPP