View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001994 | 1003.1(2008)/Issue 7 | System Interfaces | public | 2026-07-29 08:40 | 2026-07-29 08:40 |
| Reporter | tydeman | Assigned To | ajosey | ||
| Priority | normal | Severity | Editorial | Type | Error |
| Status | Under Review | Resolution | Open | ||
| Name | Fred Tydeman | ||||
| Organization | Tydeman Consulting | ||||
| User Reference | https://pubs.opengroup.org/onlinepubs/9799919799/functions/exp.html | ||||
| Section | exp | ||||
| Page Number | Online version has no page number | ||||
| Line Number | Online version has no line number | ||||
| Interp Status | |||||
| Final Accepted Text | |||||
| Summary | 0001994: exp() assumes default rounding | ||||
| Description | If the correct value would cause overflow, a range error shall occur and exp(), expf(), and expl() shall return the value of the macro HUGE_VAL, HUGE_VALF, and HUGE_VALL, respectively. | ||||
| Desired Action | It should be: If the correct value would cause overflow, a range error shall occur. If default rounding is in effect, exp(), expf(), and expl() shall return the value of the macro HUGE_VAL, HUGE_VALF, and HUGE_VALL, respectively. This same issue may apply to many other math functions. | ||||
| Tags | No tags attached. | ||||