6.6.6 DBL_MAX_EXP Macro
Maximum integer value for a double precision floating-point exponent in base
FLT_RADIX
.
Attention: The default size of the MPLAB XC16
and XC-DSC
double
type is 32 bits, but this can be changed to 64 bits
with the -fno-short-double
option.Include
<float.h>
Definition
Compiler | Definition |
---|---|
MPLAB XC8 | 128 |
MPLAB XC16 and XC-DSC | 128/1024 (See attention note) |
MPLAB XC32 | 1024 |