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/signgam.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/signgam.c')
-rw-r--r-- | test/math/signgam.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/math/signgam.c b/test/math/signgam.c index d79d6afb2..2f1adbaad 100644 --- a/test/math/signgam.c +++ b/test/math/signgam.c @@ -1,5 +1,6 @@ #define _XOPEN_SOURCE 600 #include <math.h> +#include <float.h> #include <stdio.h> double zero = 0.0; |