|
| nanf |
| ||||
| nanf | |
| ヘッダ | #include <math.h> |
| 形 式 | float nanf(const char *tagp); |
| 機 能 | nanf("n文字列")の呼出しは、strtof("NAN(n文字列)", (char**) NULL)と等価であり、nanf("")の呼出しは、strtof("NAN()", (char**) NULL)と等価である。 tagpがn文字列または空の文字列を指していない場合、その呼出しは、strtof("NAN", (char**)NULLと等価である。 |
| 返却値 | 処理系がqNanをサポートしている場合は、tagpが示す内容をもつqNaNを返し、サポートしていない場合は、0を返す。 |