isnand.3m

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3M 代码 · 共 28 行

3M
28
字号
.TH isnand 3m RISC.SH Nameisnand, isnanf \- test for floating point NaN (Not-A-Number).SH Syntax.B\#include <ieeefp.h>.PP.B int isnand (dsrc).br.B double dsrc;.PP.B int isnanf (fsrc).br.B float fsrc;.SH DescriptionThe.PN isnand and .PN isnanfroutines return the value 1 for true if the argument dsrc or fsrc is a NaN; otherwise they return the value 0 for false.  .PPNeither routine generates any exception, even for signaling NaNs..PPThe.PN isnanfunction is implemented as a macro included in <ieeefp.h>.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?