correct M_MAX_D for old floating point format
This commit is contained in:
parent
a8f5884144
commit
d7b4e48972
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ extern double sinh(), tanh(), cosh();
|
|||
#endif
|
||||
|
||||
#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_DEXPLEN 11
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue