16#ifndef RESPLOT_STATVAL_H
17#define RESPLOT_STATVAL_H
55 return s << sv.value <<
"+-" << sv.error;
ElementConstReference operator*() const
Return a reference to the referenced element.
std::ostream & operator<<(std::ostream &s, const StatVal &sv)
simple struct to hold a value and it's associated uncertainty.
StatVal operator*(const double &d) const
StatVal(double v, double e)
StatVal operator/(const double &d) const
StatVal operator*=(const double &d)