Minor clarification on allowed rounding mode #830
Labels
Maintenance
Bug fix, typo fix, or general maintenance.
Narrative Content
Narrative documentation content.
Milestone
The accuracy section of this standard states
I believe this intends to allow (optionally, and not by default) the use of directed rounding, i.e., the IEEE 754-2019 rounding attributes
roundTowardPositive
,roundTowardNegative
, androundTowardZero
.However, directed rounding does not, in general, return the nearest representable value--only an attribute that rounds to nearest does that.
IEEE 754-2019 defines the term "correctly rounded", which I suggest is preferred here:
The text was updated successfully, but these errors were encountered: