nexttoward
description is inconsistent with 7.12.11.4. and F.9.8.3This issue has been automatically converted from the original issue lists and some formatting may not have been preserved.
Authors: Fred Tydeman (US)
Date: 2001-02-25
Reference document: ISO/IEC WG14 N943
Submitted against: C99
Status: Fixed
Fixed in: C99 TC2
Converted from: summary-c99.htm, dr_239.htm
The description for
nexttoward()
in Annex F should be changed to referencenextafter
to be consistent with 7.12.11.4. and F.9.8.3.
Currently, F.9.8.4 has: No additional requirements. From that, one could conclude that there is no required underflow or overflow for
nexttoward
by annex F. But, F.9.8.3 has two explicit error conditions onnextafter
and 7.12.11.4 saysnexttoward
is similar tonextafter
. We need to make it clear thatnextafter
andnexttoward
have the same requirements with respect to range errors in annex F.
In F.9.8.4 nexttoward
change:
No additional requirements.
to
No additional requirements beyond
nextafter
.
Comment from WG14 on 2001-10-16:
In F.9.8.4 nexttoward
change:
No additional requirements.
to
No additional requirements beyond those on
nextafter
.