diff options
Diffstat (limited to 'libquadmath/math/j0q.c')
-rw-r--r-- | libquadmath/math/j0q.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libquadmath/math/j0q.c b/libquadmath/math/j0q.c index c6e482b1c51..2dc93d5292f 100644 --- a/libquadmath/math/j0q.c +++ b/libquadmath/math/j0q.c @@ -816,7 +816,7 @@ static __float128 Y0_2D[NY0_2D + 1] = { /* 1.000000000000000000000000000000000000000E0 */ }; -static const long double U0 = -7.3804295108687225274343927948483016310862e-02Q; +static const __float128 U0 = -7.3804295108687225274343927948483016310862e-02Q; /* Bessel function of the second kind, order zero. */ |