sigma  0.0.0
Loading...
Searching...
No Matches
error_and_gamma.hpp File Reference

Error and gamma functions for uncertain variables. More...

#include "sigma/uncertain.hpp"
#include "error_and_gamma.ipp"

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.
 

Detailed Description

Error and gamma functions for uncertain variables.