diff options
Diffstat (limited to 'math')
128 files changed, 128 insertions, 128 deletions
diff --git a/math/e_exp10.c b/math/e_exp10.c index a3eccbb..231ceb2 100644 --- a/math/e_exp10.c +++ b/math/e_exp10.c @@ -18,7 +18,7 @@ 02111-1307 USA. */ #include <math.h> -#include "math_private.h" +#include <math_private.h> double diff --git a/math/e_exp10f.c b/math/e_exp10f.c index 7d06d07..642ed83 100644 --- a/math/e_exp10f.c +++ b/math/e_exp10f.c @@ -18,7 +18,7 @@ 02111-1307 USA. */ #include <math.h> -#include "math_private.h" +#include <math_private.h> float diff --git a/math/e_exp10l.c b/math/e_exp10l.c index 56f0cfe..cbc1897e 100644 --- a/math/e_exp10l.c +++ b/math/e_exp10l.c @@ -18,7 +18,7 @@ 02111-1307 USA. */ #include <math.h> -#include "math_private.h" +#include <math_private.h> long double diff --git a/math/e_exp2l.c b/math/e_exp2l.c index 7e598d8..d6d0155 100644 --- a/math/e_exp2l.c +++ b/math/e_exp2l.c @@ -1,5 +1,5 @@ #include <math.h> -#include "math_private.h" +#include <math_private.h> long double __ieee754_exp2l (long double x) diff --git a/math/e_j0l.c b/math/e_j0l.c index 1bf0a1d..7a167c2 100644 --- a/math/e_j0l.c +++ b/math/e_j0l.c @@ -1,7 +1,7 @@ #include <math.h> #include <stdio.h> #include <errno.h> -#include "math_private.h" +#include <math_private.h> long double __ieee754_j0l (long double x) diff --git a/math/e_j1l.c b/math/e_j1l.c index 656abeb..625e886 100644 --- a/math/e_j1l.c +++ b/math/e_j1l.c @@ -1,7 +1,7 @@ #include <math.h> #include <stdio.h> #include <errno.h> -#include "math_private.h" +#include <math_private.h> long double __ieee754_j1l (long double x) diff --git a/math/e_jnl.c b/math/e_jnl.c index 1bfc069..a04c9fe 100644 --- a/math/e_jnl.c +++ b/math/e_jnl.c @@ -1,7 +1,7 @@ #include <math.h> #include <stdio.h> #include <errno.h> -#include "math_private.h" +#include <math_private.h> long double __ieee754_jnl (int n, long double x) diff --git a/math/e_lgammal_r.c b/math/e_lgammal_r.c index 1784b26..f46f707 100644 --- a/math/e_lgammal_r.c +++ b/math/e_lgammal_r.c @@ -1,7 +1,7 @@ #include <math.h> #include <stdio.h> #include <errno.h> -#include "math_private.h" +#include <math_private.h> long double __ieee754_lgammal_r (long double x, int *signgamp) diff --git a/math/e_rem_pio2l.c b/math/e_rem_pio2l.c index 6172155..7fa515d 100644 --- a/math/e_rem_pio2l.c +++ b/math/e_rem_pio2l.c @@ -1,7 +1,7 @@ #include <math.h> #include <stdio.h> #include <errno.h> -#include "math_private.h" +#include <math_private.h> int __ieee754_rem_pio2l (long double x, long double *y) diff --git a/math/e_scalb.c b/math/e_scalb.c index 606af53..f2c207a 100644 --- a/math/e_scalb.c +++ b/math/e_scalb.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: e_scalb.c,v 1.6 1995/05/10 20:46:09 jtc Exp $"; #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef _SCALB_INT #ifdef __STDC__ diff --git a/math/e_scalbf.c b/math/e_scalbf.c index 95a72eb..3caa535 100644 --- a/math/e_scalbf.c +++ b/math/e_scalbf.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: e_scalbf.c,v 1.3 1995/05/10 20:46:12 jtc Exp $"; #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef _SCALB_INT #ifdef __STDC__ diff --git a/math/e_scalbl.c b/math/e_scalbl.c index 1f5677d..ad3595c 100644 --- a/math/e_scalbl.c +++ b/math/e_scalbl.c @@ -26,7 +26,7 @@ static char rcsid[] = "$NetBSD: $"; #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef _SCALB_INT #ifdef __STDC__ diff --git a/math/k_cosl.c b/math/k_cosl.c index 29b83d6..bf3708b 100644 --- a/math/k_cosl.c +++ b/math/k_cosl.c @@ -1,7 +1,7 @@ #include <math.h> #include <stdio.h> #include <errno.h> -#include "math_private.h" +#include <math_private.h> long double __kernel_cosl (long double x, long double y) diff --git a/math/k_sinl.c b/math/k_sinl.c index ea1d71f..e95c71c 100644 --- a/math/k_sinl.c +++ b/math/k_sinl.c @@ -1,7 +1,7 @@ #include <math.h> #include <stdio.h> #include <errno.h> -#include "math_private.h" +#include <math_private.h> long double __kernel_sinl (long double x, long double y, int iy) diff --git a/math/k_tanl.c b/math/k_tanl.c index 9993c6b..891d3ab 100644 --- a/math/k_tanl.c +++ b/math/k_tanl.c @@ -1,7 +1,7 @@ #include <math.h> #include <stdio.h> #include <errno.h> -#include "math_private.h" +#include <math_private.h> long double __kernel_tanl (long double x, long double y, int iy) diff --git a/math/s_cacoshf.c b/math/s_cacoshf.c index a062ffc..0d6bd75 100644 --- a/math/s_cacoshf.c +++ b/math/s_cacoshf.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ float __cacoshf (__complex__ float x) diff --git a/math/s_catan.c b/math/s_catan.c index 1d0673a..59c0a3a 100644 --- a/math/s_catan.c +++ b/math/s_catan.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ double diff --git a/math/s_catanf.c b/math/s_catanf.c index 25eec2b..0aefb6e 100644 --- a/math/s_catanf.c +++ b/math/s_catanf.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ float diff --git a/math/s_catanh.c b/math/s_catanh.c index e15c073..0b31b27 100644 --- a/math/s_catanh.c +++ b/math/s_catanh.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ double diff --git a/math/s_catanhf.c b/math/s_catanhf.c index d2422e6..7424bda 100644 --- a/math/s_catanhf.c +++ b/math/s_catanhf.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ float diff --git a/math/s_catanhl.c b/math/s_catanhl.c index c3fb0ce..9e67b87 100644 --- a/math/s_catanhl.c +++ b/math/s_catanhl.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ long double diff --git a/math/s_catanl.c b/math/s_catanl.c index 6cb45e5..b4ae321 100644 --- a/math/s_catanl.c +++ b/math/s_catanl.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ long double diff --git a/math/s_ccosh.c b/math/s_ccosh.c index f5b29db..83aa025 100644 --- a/math/s_ccosh.c +++ b/math/s_ccosh.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ double diff --git a/math/s_ccoshf.c b/math/s_ccoshf.c index f400d34..b9b2f33 100644 --- a/math/s_ccoshf.c +++ b/math/s_ccoshf.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ float diff --git a/math/s_ccoshl.c b/math/s_ccoshl.c index 61ffb49..1913bb6 100644 --- a/math/s_ccoshl.c +++ b/math/s_ccoshl.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ long double diff --git a/math/s_cexp.c b/math/s_cexp.c index 5a299b7..de122e0 100644 --- a/math/s_cexp.c +++ b/math/s_cexp.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ double diff --git a/math/s_cexpf.c b/math/s_cexpf.c index 7b68fc3..70e4a02 100644 --- a/math/s_cexpf.c +++ b/math/s_cexpf.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ float diff --git a/math/s_cexpl.c b/math/s_cexpl.c index cf6bc97..1c585f8 100644 --- a/math/s_cexpl.c +++ b/math/s_cexpl.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ long double diff --git a/math/s_clog.c b/math/s_clog.c index f796024..5e7b8fb 100644 --- a/math/s_clog.c +++ b/math/s_clog.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ double diff --git a/math/s_clog10.c b/math/s_clog10.c index 62c2ca7..a98de19 100644 --- a/math/s_clog10.c +++ b/math/s_clog10.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ double diff --git a/math/s_clog10f.c b/math/s_clog10f.c index eed81f3..ce689e7 100644 --- a/math/s_clog10f.c +++ b/math/s_clog10f.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ float diff --git a/math/s_clog10l.c b/math/s_clog10l.c index f901543..5ea72fd 100644 --- a/math/s_clog10l.c +++ b/math/s_clog10l.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ long double diff --git a/math/s_clogf.c b/math/s_clogf.c index 21e3b57..b9e9189 100644 --- a/math/s_clogf.c +++ b/math/s_clogf.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ float diff --git a/math/s_clogl.c b/math/s_clogl.c index 43118f7..51ad03b 100644 --- a/math/s_clogl.c +++ b/math/s_clogl.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ long double diff --git a/math/s_csin.c b/math/s_csin.c index eb380e2..0d4441c 100644 --- a/math/s_csin.c +++ b/math/s_csin.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ double diff --git a/math/s_csinf.c b/math/s_csinf.c index 8004743..61786ba 100644 --- a/math/s_csinf.c +++ b/math/s_csinf.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ float diff --git a/math/s_csinh.c b/math/s_csinh.c index f0e0cc6..138d805 100644 --- a/math/s_csinh.c +++ b/math/s_csinh.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ double diff --git a/math/s_csinhf.c b/math/s_csinhf.c index e4bb704..3440516 100644 --- a/math/s_csinhf.c +++ b/math/s_csinhf.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ float diff --git a/math/s_csinhl.c b/math/s_csinhl.c index 2260756..db1b47b 100644 --- a/math/s_csinhl.c +++ b/math/s_csinhl.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ long double diff --git a/math/s_csinl.c b/math/s_csinl.c index f7a1c43..5e477eb 100644 --- a/math/s_csinl.c +++ b/math/s_csinl.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ long double diff --git a/math/s_csqrt.c b/math/s_csqrt.c index 04ed410..0ceb461 100644 --- a/math/s_csqrt.c +++ b/math/s_csqrt.c @@ -22,7 +22,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ double diff --git a/math/s_csqrtf.c b/math/s_csqrtf.c index 2fba69c..1cf3b79 100644 --- a/math/s_csqrtf.c +++ b/math/s_csqrtf.c @@ -22,7 +22,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ float diff --git a/math/s_csqrtl.c b/math/s_csqrtl.c index 9d00946..32d6f36 100644 --- a/math/s_csqrtl.c +++ b/math/s_csqrtl.c @@ -22,7 +22,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ long double diff --git a/math/s_ctan.c b/math/s_ctan.c index 0464ab8..4cadad1 100644 --- a/math/s_ctan.c +++ b/math/s_ctan.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ double diff --git a/math/s_ctanf.c b/math/s_ctanf.c index 58d9d13..7fa1620 100644 --- a/math/s_ctanf.c +++ b/math/s_ctanf.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ float diff --git a/math/s_ctanh.c b/math/s_ctanh.c index fe38dae..60a52db 100644 --- a/math/s_ctanh.c +++ b/math/s_ctanh.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ double diff --git a/math/s_ctanhf.c b/math/s_ctanhf.c index c331dba..1d62afc 100644 --- a/math/s_ctanhf.c +++ b/math/s_ctanhf.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ float diff --git a/math/s_ctanhl.c b/math/s_ctanhl.c index 77ca8f8..99df2b0 100644 --- a/math/s_ctanhl.c +++ b/math/s_ctanhl.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ long double diff --git a/math/s_ctanl.c b/math/s_ctanl.c index 89379a5..4a95c1d 100644 --- a/math/s_ctanl.c +++ b/math/s_ctanl.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ long double diff --git a/math/s_ldexp.c b/math/s_ldexp.c index 62e123c..e990217 100644 --- a/math/s_ldexp.c +++ b/math/s_ldexp.c @@ -15,7 +15,7 @@ static char rcsid[] = "$NetBSD: s_ldexp.c,v 1.6 1995/05/10 20:47:40 jtc Exp $"; #endif #include <math.h> -#include "math_private.h" +#include <math_private.h> #include <errno.h> #ifdef __STDC__ diff --git a/math/s_ldexpf.c b/math/s_ldexpf.c index 1ea5e09..f312bfe 100644 --- a/math/s_ldexpf.c +++ b/math/s_ldexpf.c @@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: s_ldexpf.c,v 1.3 1995/05/10 20:47:42 jtc Exp $"; #endif #include <math.h> -#include "math_private.h" +#include <math_private.h> #include <errno.h> #ifdef __STDC__ diff --git a/math/s_ldexpl.c b/math/s_ldexpl.c index df8b29f..6a9ea46 100644 --- a/math/s_ldexpl.c +++ b/math/s_ldexpl.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: $"; #endif #include <math.h> -#include "math_private.h" +#include <math_private.h> #include <errno.h> #ifdef __STDC__ diff --git a/math/s_significand.c b/math/s_significand.c index 4a02dbc..197bc9c 100644 --- a/math/s_significand.c +++ b/math/s_significand.c @@ -21,7 +21,7 @@ static char rcsid[] = "$NetBSD: s_significand.c,v 1.6 1995/05/10 20:48:11 jtc Ex */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double __significand(double x) diff --git a/math/s_significandf.c b/math/s_significandf.c index 69de1e6..7cbb961 100644 --- a/math/s_significandf.c +++ b/math/s_significandf.c @@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: s_significandf.c,v 1.3 1995/05/10 20:48:13 jtc E #endif #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ float __significandf(float x) diff --git a/math/s_significandl.c b/math/s_significandl.c index 238b79a..fab5b9f 100644 --- a/math/s_significandl.c +++ b/math/s_significandl.c @@ -25,7 +25,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __significandl(long double x) diff --git a/math/w_acos.c b/math/w_acos.c index f4e6e3c..0bf5a80 100644 --- a/math/w_acos.c +++ b/math/w_acos.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_acos.c,v 1.6 1995/05/10 20:48:26 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_acosf.c b/math/w_acosf.c index a8998ef..37d22af 100644 --- a/math/w_acosf.c +++ b/math/w_acosf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_acosf.c,v 1.3 1995/05/10 20:48:29 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_acosh.c b/math/w_acosh.c index e8322ec..18ea8cc 100644 --- a/math/w_acosh.c +++ b/math/w_acosh.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_acosh.c,v 1.6 1995/05/10 20:48:31 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double __acosh(double x) /* wrapper acosh */ diff --git a/math/w_acoshf.c b/math/w_acoshf.c index 62f94b8..d7d6d4e 100644 --- a/math/w_acoshf.c +++ b/math/w_acoshf.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: w_acoshf.c,v 1.3 1995/05/10 20:48:33 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ float __acoshf(float x) /* wrapper acoshf */ diff --git a/math/w_acoshl.c b/math/w_acoshl.c index ae67911..3c77321 100644 --- a/math/w_acoshl.c +++ b/math/w_acoshl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __acoshl(long double x) /* wrapper acosh */ diff --git a/math/w_acosl.c b/math/w_acosl.c index 9ab4de8..a16c55b 100644 --- a/math/w_acosl.c +++ b/math/w_acosl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_asin.c b/math/w_asin.c index d531fbd..b7fccde 100644 --- a/math/w_asin.c +++ b/math/w_asin.c @@ -20,7 +20,7 @@ static char rcsid[] = "$NetBSD: w_asin.c,v 1.6 1995/05/10 20:48:35 jtc Exp $"; #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_asinf.c b/math/w_asinf.c index b19b5c5..f2c0b22 100644 --- a/math/w_asinf.c +++ b/math/w_asinf.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: w_asinf.c,v 1.3 1995/05/10 20:48:37 jtc Exp $"; #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_asinl.c b/math/w_asinl.c index fb5ee35..9a316b7 100644 --- a/math/w_asinl.c +++ b/math/w_asinl.c @@ -24,7 +24,7 @@ static char rcsid[] = "$NetBSD: $"; #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_atan2.c b/math/w_atan2.c index f0a10d4..4fcaba9 100644 --- a/math/w_atan2.c +++ b/math/w_atan2.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_atan2.c,v 1.6 1995/05/10 20:48:39 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_atan2f.c b/math/w_atan2f.c index efb08f0..2a1ca9c 100644 --- a/math/w_atan2f.c +++ b/math/w_atan2f.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_atan2f.c,v 1.3 1995/05/10 20:48:42 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_atan2l.c b/math/w_atan2l.c index 9672e96..85d6f5d 100644 --- a/math/w_atan2l.c +++ b/math/w_atan2l.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_atanh.c b/math/w_atanh.c index b81f65c..a2dab67 100644 --- a/math/w_atanh.c +++ b/math/w_atanh.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_atanh.c,v 1.6 1995/05/10 20:48:43 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_atanhf.c b/math/w_atanhf.c index 52a144c..41dd2ac 100644 --- a/math/w_atanhf.c +++ b/math/w_atanhf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_atanhf.c,v 1.3 1995/05/10 20:48:45 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_atanhl.c b/math/w_atanhl.c index 5ce53b8..c61229c 100644 --- a/math/w_atanhl.c +++ b/math/w_atanhl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_cosh.c b/math/w_cosh.c index 033a034..0e27a2d 100644 --- a/math/w_cosh.c +++ b/math/w_cosh.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_cosh.c,v 1.6 1995/05/10 20:48:47 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double __cosh(double x) /* wrapper cosh */ diff --git a/math/w_coshf.c b/math/w_coshf.c index 8e24ca9..5e3477f 100644 --- a/math/w_coshf.c +++ b/math/w_coshf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_coshf.c,v 1.3 1995/05/10 20:48:49 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ float __coshf(float x) /* wrapper coshf */ diff --git a/math/w_coshl.c b/math/w_coshl.c index 52b8d93..ecba921 100644 --- a/math/w_coshl.c +++ b/math/w_coshl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __coshl(long double x) /* wrapper coshl */ diff --git a/math/w_dremf.c b/math/w_dremf.c index c3d391d..4ec4baf 100644 --- a/math/w_dremf.c +++ b/math/w_dremf.c @@ -6,7 +6,7 @@ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> float __dremf(x, y) diff --git a/math/w_exp10.c b/math/w_exp10.c index 9447d8f..1512cc0 100644 --- a/math/w_exp10.c +++ b/math/w_exp10.c @@ -18,7 +18,7 @@ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double __exp10(double x) /* wrapper exp10 */ diff --git a/math/w_exp10f.c b/math/w_exp10f.c index 78e71be..dcc8dc7 100644 --- a/math/w_exp10f.c +++ b/math/w_exp10f.c @@ -18,7 +18,7 @@ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ float __exp10f(float x) /* wrapper exp10f */ diff --git a/math/w_exp10l.c b/math/w_exp10l.c index 368ed77..80e720a 100644 --- a/math/w_exp10l.c +++ b/math/w_exp10l.c @@ -19,7 +19,7 @@ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __exp10l(long double x) /* wrapper exp10 */ diff --git a/math/w_exp2.c b/math/w_exp2.c index 446e5ea..c92fb52 100644 --- a/math/w_exp2.c +++ b/math/w_exp2.c @@ -4,7 +4,7 @@ #include <float.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> static const double o_threshold= (double) DBL_MAX_EXP; static const double u_threshold= (double) (DBL_MIN_EXP - DBL_MANT_DIG - 1); diff --git a/math/w_exp2f.c b/math/w_exp2f.c index 9120c88..94c82e2 100644 --- a/math/w_exp2f.c +++ b/math/w_exp2f.c @@ -4,7 +4,7 @@ #include <float.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> static const float o_threshold= (float) FLT_MAX_EXP; static const float u_threshold= (float) (FLT_MIN_EXP - FLT_MANT_DIG - 1); diff --git a/math/w_exp2l.c b/math/w_exp2l.c index fea5425..f54e394 100644 --- a/math/w_exp2l.c +++ b/math/w_exp2l.c @@ -4,7 +4,7 @@ #include <float.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> static const long double o_threshold = (long double) LDBL_MAX_EXP; static const long double u_threshold diff --git a/math/w_fmod.c b/math/w_fmod.c index ca01cf2..69102de 100644 --- a/math/w_fmod.c +++ b/math/w_fmod.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_fmod.c,v 1.6 1995/05/10 20:48:55 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_fmodf.c b/math/w_fmodf.c index e2e869a..55ec873 100644 --- a/math/w_fmodf.c +++ b/math/w_fmodf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_fmodf.c,v 1.3 1995/05/10 20:48:57 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_fmodl.c b/math/w_fmodl.c index c39b285..c95e232 100644 --- a/math/w_fmodl.c +++ b/math/w_fmodl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_hypot.c b/math/w_hypot.c index ab929f7..df69ed3 100644 --- a/math/w_hypot.c +++ b/math/w_hypot.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_hypot.c,v 1.6 1995/05/10 20:49:07 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_hypotf.c b/math/w_hypotf.c index b6be39e..e1f074f 100644 --- a/math/w_hypotf.c +++ b/math/w_hypotf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_hypotf.c,v 1.3 1995/05/10 20:49:09 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_hypotl.c b/math/w_hypotl.c index 916afbd..6b6414d 100644 --- a/math/w_hypotl.c +++ b/math/w_hypotl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_j0.c b/math/w_j0.c index 5ab3544..59b6b66 100644 --- a/math/w_j0.c +++ b/math/w_j0.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_j0.c,v 1.6 1995/05/10 20:49:11 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double j0(double x) /* wrapper j0 */ diff --git a/math/w_j0f.c b/math/w_j0f.c index bb2b82f..dd436ff 100644 --- a/math/w_j0f.c +++ b/math/w_j0f.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_j0f.c,v 1.3 1995/05/10 20:49:13 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ float j0f(float x) /* wrapper j0f */ diff --git a/math/w_j0l.c b/math/w_j0l.c index 1ec6e9e..a91457d 100644 --- a/math/w_j0l.c +++ b/math/w_j0l.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __j0l(long double x) /* wrapper j0l */ diff --git a/math/w_j1.c b/math/w_j1.c index db8c4ce..7bb3208 100644 --- a/math/w_j1.c +++ b/math/w_j1.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_j1.c,v 1.6 1995/05/10 20:49:15 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double j1(double x) /* wrapper j1 */ diff --git a/math/w_j1f.c b/math/w_j1f.c index 35b1862..43dfc61 100644 --- a/math/w_j1f.c +++ b/math/w_j1f.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_j1f.c,v 1.3 1995/05/10 20:49:17 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ float j1f(float x) /* wrapper j1f */ diff --git a/math/w_j1l.c b/math/w_j1l.c index 7bd31ad..d052295 100644 --- a/math/w_j1l.c +++ b/math/w_j1l.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __j1l(long double x) /* wrapper j1l */ diff --git a/math/w_jn.c b/math/w_jn.c index 3a28443..41ec8b3 100644 --- a/math/w_jn.c +++ b/math/w_jn.c @@ -41,7 +41,7 @@ static char rcsid[] = "$NetBSD: w_jn.c,v 1.6 1995/05/10 20:49:19 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double jn(int n, double x) /* wrapper jn */ diff --git a/math/w_jnf.c b/math/w_jnf.c index 628701d..0b9a2aa 100644 --- a/math/w_jnf.c +++ b/math/w_jnf.c @@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: w_jnf.c,v 1.3 1995/05/10 20:49:21 jtc Exp $"; #endif #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ float jnf(int n, float x) /* wrapper jnf */ diff --git a/math/w_jnl.c b/math/w_jnl.c index 4bb4d6b..1dd9ae1 100644 --- a/math/w_jnl.c +++ b/math/w_jnl.c @@ -45,7 +45,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __jnl(int n, long double x) /* wrapper jnl */ diff --git a/math/w_lgamma.c b/math/w_lgamma.c index ab75f75..f76b552 100644 --- a/math/w_lgamma.c +++ b/math/w_lgamma.c @@ -21,7 +21,7 @@ static char rcsid[] = "$NetBSD: w_lgamma.c,v 1.6 1995/05/10 20:49:24 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double __lgamma(double x) diff --git a/math/w_lgamma_r.c b/math/w_lgamma_r.c index 17a7d01..bec2c6e 100644 --- a/math/w_lgamma_r.c +++ b/math/w_lgamma_r.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_lgamma_r.c,v 1.6 1995/05/10 20:49:27 jtc Exp $ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_lgammaf.c b/math/w_lgammaf.c index 7c3c058..9747e92 100644 --- a/math/w_lgammaf.c +++ b/math/w_lgammaf.c @@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: w_lgammaf.c,v 1.3 1995/05/10 20:49:30 jtc Exp $" #endif #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ float __lgammaf(float x) diff --git a/math/w_lgammaf_r.c b/math/w_lgammaf_r.c index a32c325..3758fa0 100644 --- a/math/w_lgammaf_r.c +++ b/math/w_lgammaf_r.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_lgammaf_r.c,v 1.3 1995/05/10 20:49:32 jtc Exp */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_lgammal.c b/math/w_lgammal.c index f250e50..0176243 100644 --- a/math/w_lgammal.c +++ b/math/w_lgammal.c @@ -25,7 +25,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __lgammal(long double x) diff --git a/math/w_lgammal_r.c b/math/w_lgammal_r.c index 2dfea8a..baa4f95 100644 --- a/math/w_lgammal_r.c +++ b/math/w_lgammal_r.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_log.c b/math/w_log.c index 6f6f74f..7e9afdf 100644 --- a/math/w_log.c +++ b/math/w_log.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_log.c,v 1.6 1995/05/10 20:49:33 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_log10.c b/math/w_log10.c index 9425db3..08a65ad 100644 --- a/math/w_log10.c +++ b/math/w_log10.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_log10.c,v 1.6 1995/05/10 20:49:35 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_log10f.c b/math/w_log10f.c index c63fcd1..f2ac540 100644 --- a/math/w_log10f.c +++ b/math/w_log10f.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_log10f.c,v 1.3 1995/05/10 20:49:37 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_log10l.c b/math/w_log10l.c index 25c051d..a9a8ed2 100644 --- a/math/w_log10l.c +++ b/math/w_log10l.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_log2.c b/math/w_log2.c index d56a6ee..90d2dff 100644 --- a/math/w_log2.c +++ b/math/w_log2.c @@ -3,7 +3,7 @@ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> double __log2 (double x) /* wrapper log2 */ diff --git a/math/w_log2f.c b/math/w_log2f.c index ec8d297..10d73ff 100644 --- a/math/w_log2f.c +++ b/math/w_log2f.c @@ -3,7 +3,7 @@ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> float __log2f (float x) /* wrapper log2f */ diff --git a/math/w_log2l.c b/math/w_log2l.c index b1d8706..ff7ba26 100644 --- a/math/w_log2l.c +++ b/math/w_log2l.c @@ -3,7 +3,7 @@ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> long double __log2l (long double x) /* wrapper log2l */ diff --git a/math/w_logf.c b/math/w_logf.c index 46d9749..200a8b7 100644 --- a/math/w_logf.c +++ b/math/w_logf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_logf.c,v 1.3 1995/05/10 20:49:40 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_logl.c b/math/w_logl.c index 5a38f20..e869bce 100644 --- a/math/w_logl.c +++ b/math/w_logl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_pow.c b/math/w_pow.c index 707cffc..e0d2a92 100644 --- a/math/w_pow.c +++ b/math/w_pow.c @@ -17,7 +17,7 @@ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_powf.c b/math/w_powf.c index 2480fe5..761e4d1 100644 --- a/math/w_powf.c +++ b/math/w_powf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_powf.c,v 1.3 1995/05/10 20:49:41 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_powl.c b/math/w_powl.c index d8be7b7..0bb0951 100644 --- a/math/w_powl.c +++ b/math/w_powl.c @@ -19,7 +19,7 @@ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_remainder.c b/math/w_remainder.c index 9ff53e3..087bf23 100644 --- a/math/w_remainder.c +++ b/math/w_remainder.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_remainder.c,v 1.6 1995/05/10 20:49:44 jtc Exp */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double __remainder(double x, double y) /* wrapper remainder */ diff --git a/math/w_remainderf.c b/math/w_remainderf.c index ab1ea2d..95e6d30 100644 --- a/math/w_remainderf.c +++ b/math/w_remainderf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_remainderf.c,v 1.3 1995/05/10 20:49:46 jtc Exp */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ float __remainderf(float x, float y) /* wrapper remainder */ diff --git a/math/w_remainderl.c b/math/w_remainderl.c index e5460cd..36050f0 100644 --- a/math/w_remainderl.c +++ b/math/w_remainderl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __remainderl(long double x, long double y) diff --git a/math/w_scalb.c b/math/w_scalb.c index 0086c2a..830f387 100644 --- a/math/w_scalb.c +++ b/math/w_scalb.c @@ -21,7 +21,7 @@ static char rcsid[] = "$NetBSD: w_scalb.c,v 1.6 1995/05/10 20:49:48 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #include <errno.h> diff --git a/math/w_scalbf.c b/math/w_scalbf.c index 60cb567..bd92cc1 100644 --- a/math/w_scalbf.c +++ b/math/w_scalbf.c @@ -24,7 +24,7 @@ static char rcsid[] = "$NetBSD: w_scalbf.c,v 1.3 1995/05/10 20:49:50 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #include <errno.h> diff --git a/math/w_scalbl.c b/math/w_scalbl.c index c8a45d4..eb118b1 100644 --- a/math/w_scalbl.c +++ b/math/w_scalbl.c @@ -25,7 +25,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #include <errno.h> diff --git a/math/w_sinh.c b/math/w_sinh.c index 5bde8a2..c95e154 100644 --- a/math/w_sinh.c +++ b/math/w_sinh.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_sinh.c,v 1.6 1995/05/10 20:49:51 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double __sinh(double x) /* wrapper sinh */ diff --git a/math/w_sinhf.c b/math/w_sinhf.c index c29c466..c355599 100644 --- a/math/w_sinhf.c +++ b/math/w_sinhf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_sinhf.c,v 1.3 1995/05/10 20:49:54 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ float __sinhf(float x) /* wrapper sinhf */ diff --git a/math/w_sinhl.c b/math/w_sinhl.c index 19eb774..da7de81 100644 --- a/math/w_sinhl.c +++ b/math/w_sinhl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __sinhl(long double x) /* wrapper sinhl */ diff --git a/math/w_sqrt.c b/math/w_sqrt.c index 41ab1d1..c281bf4 100644 --- a/math/w_sqrt.c +++ b/math/w_sqrt.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_sqrt.c,v 1.6 1995/05/10 20:49:55 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double __sqrt(double x) /* wrapper sqrt */ diff --git a/math/w_sqrtf.c b/math/w_sqrtf.c index 21beb55..854d1cd 100644 --- a/math/w_sqrtf.c +++ b/math/w_sqrtf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_sqrtf.c,v 1.3 1995/05/10 20:49:59 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ float __sqrtf(float x) /* wrapper sqrtf */ diff --git a/math/w_sqrtl.c b/math/w_sqrtl.c index 0b03eeb..43770ee 100644 --- a/math/w_sqrtl.c +++ b/math/w_sqrtl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __sqrtl(long double x) /* wrapper sqrtl */ diff --git a/math/w_tgamma.c b/math/w_tgamma.c index 3ce6e77..14d6855 100644 --- a/math/w_tgamma.c +++ b/math/w_tgamma.c @@ -20,7 +20,7 @@ static char rcsid[] = "$NetBSD: w_gamma.c,v 1.7 1995/11/20 22:06:43 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double __tgamma(double x) diff --git a/math/w_tgammaf.c b/math/w_tgammaf.c index d369805..b1e72c6 100644 --- a/math/w_tgammaf.c +++ b/math/w_tgammaf.c @@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: w_gammaf.c,v 1.4 1995/11/20 22:06:48 jtc Exp $"; #endif #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ float __tgammaf(float x) diff --git a/math/w_tgammal.c b/math/w_tgammal.c index 75970a3..63379a8 100644 --- a/math/w_tgammal.c +++ b/math/w_tgammal.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __tgammal(long double x) |