Topic: N2369 library defect: Missing [c.math] functions nanf and nanl
Author: =?iso-8859-1?q?Daniel_Kr=FCgler?= <daniel.kruegler@googlemail.com>
Date: Mon, 27 Aug 2007 17:08:08 CST Raw View
In the listing of [c.math], table 108: Header <cmath> synopsis I miss
the
following C99 functions (from 7.12.11.2):
float nanf(const char *tagp);
long double nanl(const char *tagp);
(Note: These functions cannot be overloaded and they are also not
listed
anywhere else)
Proposed resolution:
In [c.math], table 108, section "Functions", add "nanf" and "nanl"
just after
the existing entry "nan"
Greetings from Bremen,
Daniel Kr gler
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html ]