mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Oops, back out previous commit since it was to the wrong file.
This commit is contained in:
parent
69c0326e8c
commit
021dfaf077
1 changed files with 4 additions and 5 deletions
|
|
@ -66,14 +66,13 @@ __END_DECLS
|
|||
#define DBL_MAX 1.7976931348623157E+308
|
||||
#define DBL_MAX_10_EXP 308
|
||||
|
||||
#define LDBL_MANT_DIG DBL_MANT_DIG
|
||||
#define LDBL_EPSILON DBL_EPSILON
|
||||
#define LDBL_MANT_DIG 64
|
||||
#define LDBL_EPSILON 1.0842021724855044340E-19L
|
||||
#define LDBL_DIG 18
|
||||
#define LDBL_MIN_EXP (-16381)
|
||||
#define LDBL_MIN 3.36210314311209350626E-4932L
|
||||
#define LDBL_MIN 3.3621031431120935063E-4932L
|
||||
#define LDBL_MIN_10_EXP (-4931)
|
||||
#define LDBL_MAX_EXP 16384
|
||||
#define LDBL_MAX 1.18973149535723163300E+4932L
|
||||
#define LDBL_MAX 1.1897314953572317650E+4932L
|
||||
#define LDBL_MAX_10_EXP 4932
|
||||
|
||||
#endif /* _MACHINE_FLOAT_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue