Models an unceratin variable.
Definition uncertain.hpp:33
The primary namespace for the sigma library.
Definition operation_common.hpp:10
const Uncertain< T > & conj(const Uncertain< T > &a)
Complex Conjugate.
Definition complex.hpp:23
const Uncertain< T > & real(const Uncertain< T > &a)
Get the real part of a value.
Definition complex.hpp:39
Uncertain< T > imag(const Uncertain< T > &a)
Get the imaginary part of a value.
Definition complex.hpp:55
Defines the Uncertain class.