Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ isnan(3M) — SunOS 5.6

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

attributes(5)

isnan(3M)

NAME

isnan − test for NaN

SYNOPSIS

cc [ flag ... ] file ... −lm [ library ... ]

#include <math.h>

int isnan(double x);

DESCRIPTION

The isnan() function tests whether x is NaN. 

RETURN VALUES

The isnan() function returns non-zero if x is NaN.  Otherwise, 0 is returned. 

USAGE

On systems not supporting NaN, isnan() always returns 0. 

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE
MT-Level MT-Safe

SEE ALSO

attributes(5)

SunOS 5.6  —  Last change: 29 Dec 1996

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