Home | History | Annotate | Line # | Download | only in include
float.h revision 1.4
      1  1.4    kleink /*	$NetBSD: float.h,v 1.4 2003/05/12 15:22:56 kleink 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.4    kleink #include <sys/float_ieee754.h>
      9  1.1      fvdl 
     10  1.1      fvdl #endif	/* _X86_FLOAT_H_ */
     11