Models an unceratin variable.
Definition uncertain.hpp:34
The primary namespace for the sigma library.
Definition affine.hpp:12
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.