mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
13 lines
196 B
C
13 lines
196 B
C
#ifndef LIBA_FLOAT_H
|
|
#define LIBA_FLOAT_H
|
|
|
|
#define FLT_EVAL_METHOD __FLT_EVAL_METHOD__
|
|
|
|
#define FLT_MAX 1E+37f
|
|
#define FLT_MIN 1E-37f
|
|
#define FLT_EPSILON 1E-5f
|
|
|
|
#define LDBL_MANT_DIG (-1)
|
|
|
|
#endif
|