Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ isnan(3) — Ultrix/UWS 4.0 RISC

Media Vault

Software Library

Restoration Projects

Artifacts Sought

isnan(3)

Name

isnan − test for NaN

Syntax

#include <math.h>

int isnan (x)
double x;

Description

The isnan function returns 1 if x is NaN (the IEEE floating point reserved not-a-number value) and zero otherwise.  On VAX, the return value is always zero. 

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