diff options
Diffstat (limited to 'sys/sparc64/include/float.h')
-rw-r--r-- | sys/sparc64/include/float.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sparc64/include/float.h b/sys/sparc64/include/float.h index 96eab37..e9fb8d00 100644 --- a/sys/sparc64/include/float.h +++ b/sys/sparc64/include/float.h @@ -55,6 +55,8 @@ __END_DECLS #define FLT_RADIX 2 /* b */ #define FLT_ROUNDS __flt_rounds() +#define FLT_EVAL_METHOD 0 /* no promotion */ +#define DECIMAL_DIG 35 /* max precision in decimal digits */ #define FLT_MANT_DIG 24 /* p */ #define FLT_EPSILON 1.19209290E-7F /* b**(1-p) */ |