function
<cmath> <ctgmath>
nandouble nan (const char* tagp);
Generate quiet NaN
Returns a quiet NaN (Not-A-Number) value of typedouble
.
The NaN values are used to identify undefined or non-representable values for floating-point elements, such as the square root of negative numbers or the result of 0/0.
The argument can be used by library implementations to distinguish different NaN values in a implementation-specific manner.
Similarly, nanf and nanl return NaN values of type float
and long double
, respectively.
""
), the function returns a generic NaN value (the same as returned by passing "NAN"
to strtod).
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4