correct M_MAX_D for old floating point format
This commit is contained in:
parent
9606911f7f
commit
adbaad4069
@ -63,7 +63,7 @@ extern double sinh(), tanh(), cosh();
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef M_MAX_D
|
#ifndef M_MAX_D
|
||||||
#define M_MAX_D 8.988465674311561576e+307
|
#define M_MAX_D 4.494232837155780788e+307
|
||||||
#define M_MIN_D 5.562684646268003458e-309
|
#define M_MIN_D 5.562684646268003458e-309
|
||||||
#define M_DEXPLEN 11
|
#define M_DEXPLEN 11
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user