Namespaces
Variants
Views
Actions

Difference between revisions of "cpp/numeric/special functions"

From cppreference.com
< cpp‎ | numeric
(+)
 
(it's an IS not a TR)
Line 1: Line 1:
{{title|Special mathematical functions}}
+
{{title|Mathematical special functions}}
 
{{cpp/numeric/special_math/navbar}}
 
{{cpp/numeric/special_math/navbar}}
  
The Special Mathematical Functions library was originally implemented as [http://www.boost.org/doc/libs/release/libs/math/doc/html/special.html boost.math], later featured as part of Library TR1 ISO/IEC TR 19768:2007, then published as an independent ISO standard, ISO/IEC TR 29124:2010, and finally merged to ISO C++ as of C++17.
+
The Mathematical Special Functions library was originally implemented as [http://www.boost.org/doc/libs/release/libs/math/doc/html/special.html boost.math], later featured as part of Library TR1 ISO/IEC TR 19768:2007, then published as an independent ISO standard, ISO/IEC 29124:2010, and finally merged to ISO C++ as of C++17.
  
See [[cpp/experimental/special_math|special math TR]] for the ISO/IEC TR 29124:2010 version of this library.
+
See [[cpp/experimental/special_math|special math TR]] for the ISO/IEC 29124:2010 version of this library.
  
 
===Functions===
 
===Functions===

Revision as of 02:12, 24 May 2016

 
 
 
 

The Mathematical Special Functions library was originally implemented as boost.math, later featured as part of Library TR1 ISO/IEC TR 19768:2007, then published as an independent ISO standard, ISO/IEC 29124:2010, and finally merged to ISO C++ as of C++17.

See special math TR for the ISO/IEC 29124:2010 version of this library.

Functions

Defined in header <cmath>
associated Laguerre polynomials
(function) [edit]
associated Legendre polynomials
(function) [edit]
(C++17)(C++17)(C++17)
beta function
(function) [edit]
(complete) elliptic integral of the first kind
(function) [edit]
(complete) elliptic integral of the second kind
(function) [edit]
(complete) elliptic integral of the third kind
(function) [edit]
regular modified cylindrical Bessel functions
(function) [edit]
cylindrical Bessel functions (of the first kind)
(function) [edit]
irregular modified cylindrical Bessel functions
(function) [edit]
cylindrical Neumann functions
(function) [edit]
(C++17)(C++17)(C++17)
(incomplete) elliptic integral of the first kind
(function) [edit]
(C++17)(C++17)(C++17)
(incomplete) elliptic integral of the second kind
(function) [edit]
(C++17)(C++17)(C++17)
(incomplete) elliptic integral of the third kind
(function) [edit]
(C++17)(C++17)(C++17)
exponential integral
(function) [edit]
(C++17)(C++17)(C++17)
Hermite polynomials
(function) [edit]
(C++17)(C++17)(C++17)
Legendre polynomials
(function) [edit]
(C++17)(C++17)(C++17)
Laguerre polynomials
(function) [edit]
Riemann zeta function
(function) [edit]
spherical Bessel functions (of the first kind)
(function) [edit]
spherical associated Legendre functions
(function) [edit]
spherical Neumann functions
(function) [edit]