Skip to content

Commit 90eeedf

Browse files
committedSep 9, 2023
fix compiler warning
1 parent 16dcdf8 commit 90eeedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/alt/koelbig/koelbig.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ long double clausen_2l_koelbig(long double x)
129129
0.0000000000000000000000000000000000503L,
130130
0.0000000000000000000000000000000000007L
131131
};
132-
const double B[30] = {
132+
const long double B[30] = {
133133
0.6390970888572653413071869135953864197L,
134134
-0.0549805693018517156397035696498958507L,
135135
-0.0009612619459506064293859076874070709L,

0 commit comments

Comments
 (0)
Please sign in to comment.