diff options
Diffstat (limited to 'src/math')
-rw-r--r-- | src/math/significandl.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/math/significandl.c b/src/math/significandl.c deleted file mode 100644 index c1d68cd7..00000000 --- a/src/math/significandl.c +++ /dev/null @@ -1,7 +0,0 @@ -#define _GNU_SOURCE -#include <math.h> - -long double significandl(long double x) -{ - return scalbnl(x, -ilogbl(x)); -} |