Home | History | Annotate | Line # | Download | only in include
float.h revision 1.3
      1  1.3  christos /*	$NetBSD: float.h,v 1.3 2003/04/21 00:08:24 christos Exp $	*/
      2  1.1      fvdl 
      3  1.1      fvdl #ifndef _X86_FLOAT_H_
      4  1.1      fvdl #define _X86_FLOAT_H_
      5  1.1      fvdl 
      6  1.2  christos #define	LDBL_MANT_DIG	64
      7  1.3  christos #define LDBL_MIN	3.3621031431120935063E-4932L
      8  1.2  christos #include <sys/float_ieee.h>
      9  1.1      fvdl 
     10  1.1      fvdl #endif	/* _X86_FLOAT_H_ */
     11