mirror of
git://git.musl-libc.org/musl
synced 2024-12-22 14:43:04 +00:00
196d6437dc
actually FLT_ROUNDS needs to expand to a static inline function that obtains the current rounding mode and returns it, but that will be added later with fenv.h stuff.
15 lines
361 B
C
15 lines
361 B
C
#define FLT_ROUNDS 1
|
|
#define FLT_EVAL_METHOD 1
|
|
|
|
#define LDBL_MIN 3.3621031431120935063e-4932L
|
|
#define LDBL_MAX 1.1897314953572317650e+4932L
|
|
#define LDBL_EPSILON 1.0842021724855044340e-19L
|
|
|
|
#define LDBL_MANT_DIG 64
|
|
#define LDBL_MIN_EXP (-16381)
|
|
#define LDBL_MAX_EXP 16384
|
|
|
|
#define LDBL_DIG 18
|
|
#define LDBL_MIN_10_EXP (-4931)
|
|
#define LDBL_MAX_10_EXP 4932
|