Defect report from : Joanna Farley , Sun Microsystems
(Please direct followup comments direct to yyyyyyyyyyyyyy@xxxxxxxxxxxxx)
@ page 1612 line 49660-49662 section wcstod objection {SUN-jf-zal-wcstod1}
Problem:
Defect code : 2. Omission
The paragraph on lines 49660-49662 is unclear on the sign of the
returned value:
If the correct value is outside the range of representable values,
HUGE_VAL, HUGE_VALF, or HUGE_VALL shall be returned (according to
the sign of the value), and errno shall be set to [ERANGE].
Action:
Action:
Lines 49660-49662 should be changed to:
If the correct value is outside the range of representable values,
+/-HUGE_VAL, +/-HUGE_VALF, or +/-HUGE_VALL shall be returned
(according tothe sign of the value), and errno shall be set to
[ERANGE].
|