fma()
overflow and underflow errors are missingThis 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_238.htm
The description section for
fma()
needs to mention possible overflow and underflow errors.
All, but one, of the math functions that can overflow have as part of their description, a phrase about range error. The one function that is missing it is
fma()
.All, but one, of the math functions that can underflow have as part of their description, a phrase about range error. The one function that is missing it is
fma()
.
In 7.12.13.1 fma
add to description:
A range error may occur.
Comment from WG14 on 2003-10-23:
In 7.12.13.1 fma
add to description:
A range error may occur.