diff options
Diffstat (limited to 'src/float/DBL_MIN.h')
-rw-r--r-- | src/float/DBL_MIN.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/float/DBL_MIN.h b/src/float/DBL_MIN.h new file mode 100644 index 00000000..7f3c9ce1 --- /dev/null +++ b/src/float/DBL_MIN.h @@ -0,0 +1,15 @@ +#include <float.h> +#define DBL_MIN (2.225074E-308) + +/** double minimum positive number **/ + +/*** +is the smallest normalized value of a TYPE(double). +***/ + +/* +VALUE_MIN(1e-37) +*/ +/* +STDC(1) +*/ |