diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-31 04:36:02 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-31 04:36:02 +0100 |
commit | 8b34cac8748067dbebc99f1b8450c5de91661db5 (patch) | |
tree | 645acac35767db45a53a68a561c6b307b32a16cf /test/math/ilogb.c | |
parent | 7e308604ee0aa67bc37f37d6f69ed41481c427a0 (diff) |
libm: fix tgamma to actually do return true gamma function
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'test/math/ilogb.c')
-rw-r--r-- | test/math/ilogb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/math/ilogb.c b/test/math/ilogb.c index e439f8c37..041e66b0e 100644 --- a/test/math/ilogb.c +++ b/test/math/ilogb.c @@ -1,4 +1,5 @@ #include <math.h> +#include <float.h> #include <stdlib.h> #include <stdint.h> #include <limits.h> |