Skip to content

Commit aed1d0e

Browse files
committed
fix for log_r table
1 parent 6ac4123 commit aed1d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/math/generic/common_constants.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const double LOG_R[128] = {
133133
0x1.4b6fd6f970c1fp-1, 0x1.4f45a835a4e19p-1, 0x1.4f45a835a4e19p-1,
134134
0x1.5322e26867857p-1, 0x1.5322e26867857p-1, 0x1.5707a26bb8c66p-1,
135135
0x1.5707a26bb8c66p-1, 0x1.5af405c3649ep-1, 0x1.5af405c3649ep-1,
136-
0x1.5ee82aa24192p-1, 0x0.000000000000p0};
136+
0x1.5ee82aa24192p-1, 0x1.62e42fefa38p-1};
137137

138138
const double LOG2_R[128] = {
139139
0x0.0000000000000p+0, 0x1.72c7ba20f7327p-7, 0x1.743ee861f3556p-6,

0 commit comments

Comments
 (0)