The call
nan(
"n-char-sequence") is equivalent to the call
strod(
"NAN(n-char-sequence)",
NULL). The call
nan(
"") is equivalent to the call
strod(
"NAN()",
NULL).
The
nanf() and
nanl() functions are equivalent to
nan() but substituting
strtof() and
strtod(), respectively.