Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ () — Motorola System V 88k Release 3.2 Version 1.2C

Media Vault

Software Library

Restoration Projects

Artifacts Sought



  ISNAN(3C)       (C Programming Language Utilities)      ISNAN(3C)



  NAME
       isnan: isnand, isnanf - test for floating point NaN (Not-A-
       Number)

  SYNOPSIS
       #include <ieeefp.h>

       int isnand (dsrc)
       double dsrc;

       int isnanf (fsrc)
       float fsrc;

  DESCRIPTION
       isnand and isnanf return true (1) if the argument dsrc or
       fsrc is a NaN; otherwise they return false (0).

       Neither routine generates any exception, even for signaling
       NaNs.

       isnanf() is implemented as a macro included in <ieeefp.h>.

  SEE ALSO
       fpgetround(3C).


















  Page 1                                                   May 1989
















Typewritten Software • bear@typewritten.org • Edmonds, WA 98026