From 661f59838235815b5073a0ef95f410003639519e Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 16:14:04 -0400 Subject: rename non-compiled files to *.h --- src/float/LDBL_DIG.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/float/LDBL_DIG.h (limited to 'src/float/LDBL_DIG.h') diff --git a/src/float/LDBL_DIG.h b/src/float/LDBL_DIG.h new file mode 100644 index 00000000..f986ecc2 --- /dev/null +++ b/src/float/LDBL_DIG.h @@ -0,0 +1,16 @@ +#include +#define LDBL_DIG (15) + +/** long double significant digits **/ + +/*** +is the number of significant digits in a decimal representation of a +TYPE(long double) that are guaranteed accuracy. +***/ + +/* +VALUE_MIN(10) +*/ +/* +STDC(1) +*/ -- cgit v1.2.1