Suggested example for CFP DR11 showing the affect of the proposed change: #include <stdio.h> int main(void) { _Decimal32 x = 9512345e90df; _Decimal32 x2 = 9512345e86df; printf("%.3Ha\n", x); // New expected output: 9.51e96 printf("%.2Ha\n", x); // New expected output: 9.5e96 printf("%.1Ha\n", x); // New expected output: 1e97 printf("%.2Ha\n", x2); // New expected output: 9.5e92 return 0; }
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4