diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-08-08 14:08:30 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-08-08 14:08:30 -0400 |
commit | cd9cd3483d3244aede3438960599d89ffc82039e (patch) | |
tree | 5a88ffe485503911da90a5e2af6f7e7fd7538d78 /float.d | |
parent | 9d20f3f30dec9cc33057ee4a9e7ce75961664dd5 (diff) |
simpler and more correct tests for sybmolic macro existance
Diffstat (limited to 'float.d')
-rw-r--r-- | float.d | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +DBL_MANT_DIG +DBL_MAX_EXP +DBL_MIN_EXP +FLT_MANT_DIG +FLT_MAX_EXP +FLT_MIN_EXP +LDBL_MANT_DIG +LDBL_MAX_EXP +LDBL_MIN_EXP |