Defect report from : Joanna Farley , Sun Microsystems
(Please direct followup comments direct to yyyyyyyyyyyyyy@xxxxxxxxxxxxx)
@ page 1442 line 44661-44663 section strod objection {SUN-jf-zal-strod1}
Problem:
Defect code : 2. Omission
The paragraph on lines 44661-44663 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 44661-44663 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].
|