|
sigma
1.0.0
|
Error and gamma functions for uncertain variables. More...
Go to the source code of this file.
Namespaces | |
| namespace | sigma |
| The primary namespace for the sigma library. | |
Functions | |
| template<typename T> | |
| Uncertain< T > | sigma::erf (const Uncertain< T > &a) |
| Error function. | |
| template<typename T> | |
| Uncertain< T > | sigma::erfc (const Uncertain< T > &a) |
| Complementary error function. | |
| template<typename T> | |
| Uncertain< T > | sigma::tgamma (const Uncertain< T > &a) |
| Gamma function. | |
| template<typename T> | |
| Uncertain< T > | sigma::lgamma (const Uncertain< T > &a) |
| Gamma function Natural Logarithm. | |
Error and gamma functions for uncertain variables.