73 sqrt(
prec() *
prec() + other.prec() * other.prec() );
83 assert(
m_valKnown && other.m_valKnown && other.m_val != 0. );
88 sqrt(
prec() *
prec() + other.prec() * other.prec() );
113 assert( other.m_valKnown );
114 m_val += other.m_val;
EvtValError operator+(const EvtValError &x1, const EvtValError &x2)
EvtValError operator/(const EvtValError &x1, const EvtValError &x2)
ostream & operator<<(ostream &os, const EvtValError &other)
EvtValError operator*(const EvtValError &x1, const EvtValError &x2)
void operator=(const EvtValError &other)
void operator/=(const EvtValError &other)
void operator+=(const EvtValError &other)
void operator*=(const EvtValError &other)
void print(std::ostream &) const