corrected M_MAX_D
This commit is contained in:
parent
094d427268
commit
e9094d3f03
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ extern double sinh(), tanh(), cosh();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef M_MAX_D
|
#ifndef M_MAX_D
|
||||||
#define M_MAX_D 8.988465674311578540e+307
|
#define M_MAX_D 8.988465674311561576e+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…
Add table
Reference in a new issue