Skip to content

Commit d235e1f

Browse files
Fix Feagin14
1 parent 22f700c commit d235e1f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/integrators/unrolled_tableaus.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3950,12 +3950,12 @@ function Feagin14ConstantCache(T::Type,T2::Type)
39503950
b15 = T(15//256)
39513951
b16 = T(33//512)
39523952
b17 = T(0)
3953-
b18 = T(0.105352113571753019691496032887878162227673083080523884041670)
3954-
b19 = T(0.170561346241752182382120338553874085887555487802790804737501)
3955-
b20 = T(0.206229397329351940783526485701104894741914286259542454077972)
3956-
b21 = T(0.206229397329351940783526485701104894741914286259542454077972)
3957-
b22 = T(0.170561346241752182382120338553874085887555487802790804737501)
3958-
b23 = T(0.105352113571753019691496032887878162227673083080523884041670)
3953+
b18 = T(parse(BigFloat,"0.105352113571753019691496032887878162227673083080523884041670"))
3954+
b19 = T(parse(BigFloat,"0.170561346241752182382120338553874085887555487802790804737501"))
3955+
b20 = T(parse(BigFloat,"0.206229397329351940783526485701104894741914286259542454077972"))
3956+
b21 = T(parse(BigFloat,"0.206229397329351940783526485701104894741914286259542454077972"))
3957+
b22 = T(parse(BigFloat,"0.170561346241752182382120338553874085887555487802790804737501"))
3958+
b23 = T(parse(BigFloat,"0.105352113571753019691496032887878162227673083080523884041670"))
39593959
b24 = T(-33//512)
39603960
b25 = T(-15//256)
39613961
b26 = T(-27//512)

0 commit comments

Comments
 (0)