X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ftanl.c;h=aac39d47fb29857668b0205fa96db7d34b1a3bb2;hb=1421f13d69c511693e685e6e406de523610223fd;hp=c4980ab3f0b142974dc551fb1807d9eb42ad8710;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/tanl.c b/src/math/tanl.c index c4980ab..aac39d4 100644 --- a/src/math/tanl.c +++ b/src/math/tanl.c @@ -1,15 +1,17 @@ #include #include -#include "util.h" +#include "mtest.h" static struct l_l t[] = { #if LDBL_MANT_DIG == 53 #include "crlibm/tan.h" #include "ucb/tan.h" #include "sanity/tan.h" +#include "special/tan.h" #elif LDBL_MANT_DIG == 64 #include "sanity/tanl.h" +#include "special/tanl.h" #endif };