From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Tolpin Message-Id: <200403051304.i25D4utH009593@adat.davidashen.net> To: 9fans@cse.psu.edu Content-Type: text/plain; charset=KOI8-R Subject: [9fans] Inf isInf, NaN, isNaN Date: Fri, 5 Mar 2004 17:04:56 +0400 Topicbox-Message-UUID: 17ee29b4-eacd-11e9-9e20-41e7f4b1d025 Hi, ape/math.h defines Inf, isInf, NaN, isNaN; but I cannot find them in either ISO C standard, or my POSIX reference. Inf results in a name conflict with an otherwise POSIX compliant source. Instead, ISO/IEC 9989:1999 (The ISO C Standard) defines isinf() and isnan() macros, which are absent from the library. David Tolpin