Date
2007-08-27.00:00:00
Message id
3544

Content

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)