Sujet : Re: Python (was Re: I did not inhale)
De : Keith.S.Thompson+u (at) *nospam* gmail.com (Keith Thompson)
Groupes : comp.lang.cDate : 18. Aug 2024, 23:02:21
Autres entêtes
Organisation : None to speak of
Message-ID : <87o75pcwwi.fsf@nosuchdomain.example.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
User-Agent : Gnus/5.13 (Gnus v5.13)
Keith Thompson <Keith.S.Thompson+
u@gmail.com> writes:
James Kuyper <jameskuyper@alumni.caltech.edu> writes:
On 8/18/24 15:24, Keith Thompson wrote:
David Brown <david.brown@hesbynett.no> writes:
[...]
Without looking it up, what does the C standard library "fegetmode"
function do?
Nothing, it's specific to GNU libc.
>
? It's in every draft version of the C standard that I have since
n2346.pdf, dated 2019-03-13.
[...]
>
You're right. It's not in C11 or C17, but it is in the C23 drafts.
>
My mistake.
The earliest reference I can find to fegetmode is in n2314,
"Floating-point extensions for C", 2018-11-12. The earliest draft
standard that refers to it is n2346, 2019-03-13.
https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2314.pdfhttps://www.open-std.org/jtc1/sc22/wg14/www/docs/n2346.pdf-- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.comvoid Void(void) { Void(); } /* The recursive call of the void */