Home
last modified time | relevance | path

Searched refs:relative_uncertainty (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/units/systems/detail/
Dconstants.hpp239 const double relative_uncertainty = std::abs(val.uncertainty()/val.value()); in operator <<() local
241 const double exponent = std::log10(relative_uncertainty); in operator <<()
255 << relative_uncertainty << ")"; in operator <<()