Updated for IEEE format
This commit is contained in:
parent
d7b4e48972
commit
bb1964e1d3
|
@ -63,8 +63,8 @@ extern double sinh(), tanh(), cosh();
|
|||
#endif
|
||||
|
||||
#ifndef M_MAX_D
|
||||
#define M_MAX_D 4.494232837155780788e+307
|
||||
#define M_MIN_D 5.562684646268003458e-309
|
||||
#define M_MAX_D 1.7976931348623157e+308
|
||||
#define M_MIN_D 2.2250738585072014e-308
|
||||
#define M_DEXPLEN 11
|
||||
#endif
|
||||
#define M_DMAXEXP ((1 << (M_DEXPLEN - 1)) - 1)
|
||||
|
|
Loading…
Reference in a new issue