Numworks Epsilon  1.4.1
Graphing Calculator Operating System
float.h
Go to the documentation of this file.
1 #ifndef LIBA_FLOAT_H
2 #define LIBA_FLOAT_H
3 
4 #define FLT_EVAL_METHOD __FLT_EVAL_METHOD__
5 
6 #define FLT_MAX 1E+37f
7 #define FLT_MIN 1E-37f
8 #define FLT_EPSILON 1E-5f
9 #define DBL_MAX 1.79769313486231571e+308
10 #define DBL_MIN 2.22507385850720138e-308
11 #define DBL_EPSILON 2.2204460492503131e-16
12 
13 #define LDBL_MANT_DIG (-1)
14 
15 #endif