isnan.3
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3 代码 · 共 16 行
3
16 行
.TH isnan 3.SH Nameisnan \- test for NaN.SH Syntax.B #include <math.h>.PP.B int isnan (\fIx\fP).br.B double \fIx\fP;.SH DescriptionThe.PN isnanfunction returns 1 if \fIx\fP is NaN (the IEEE floating point reservednot-a-number value) and zero otherwise. On VAX, the return value isalways zero.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?