/****************************************************************************
 *
 * $Source: /usr/local/cvsroot/unixlib/source/clib/machine/h/nan,v $
 * $Date: 1997/10/09 19:59:51 $
 * $Revision: 1.3 $
 * $State: Exp $
 * $Author: unixlib $
 *
 ***************************************************************************/

#ifndef	__MACHINE_NAN_H
#define	__MACHINE_NAN_H	1

/* IEEE Not A Number.  */

extern const char __nan[8];
#define NAN (*(const double *) __nan)

#endif
