The use of Value<FloatXX> is inconsistent with the use of other plain numeric types as exact numbers. Its use should be removed, and plain FloatXX used when the value is exact.
We can add a Rounded<FloatXX> template to indicate a rounded value, though maybe Approximation<FloatXX> suffices.
The use of
Value<FloatXX>is inconsistent with the use of other plain numeric types as exact numbers. Its use should be removed, and plainFloatXXused when the value is exact.We can add a
Rounded<FloatXX>template to indicate a rounded value, though maybeApproximation<FloatXX>suffices.