mp_units::utility::operator/¶
Division of an exact scalar by an uncertain value
Synopsis¶
Declared in <mp-units/utility/uncertain.h>
[[nodiscard]] constexpr uncertain operator/(auto const& value, uncertain const& rhs);
Description¶
NOTE
Formula: σf = |f| × (σx / x)
Return Value¶
Note
The return value should not be discarded.
Parameters¶
| Name | Description |
|---|---|
| value | The left operand |
| rhs | The right operand |