Title
Missing [c.math] functions nanf and nanl
Status
cd1
Section
[c.math]
Submitter
Daniel Krügler

Created on 2007-08-27.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

In [c.math], table 108, section "Functions", add nanf and nanl just after the existing entry nan.

Date: 2007-08-27.00:00:00

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)

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg3545
2007-08-27 00:00:00admincreate