Skip to content

Commit 2df809e

Browse files
committed
Fix premature conversion to Float64 in Vern6
1 parent be2d756 commit 2df809e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OrdinaryDiffEqVerner/src/verner_tableaus.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function Vern6ExtraStages(T, T2)
8686
a1008 = convert(T,
8787
-BigInt(15228408956329265381787438679500067) //
8888
BigInt(272520859345009876882656783678732))
89-
a1009 = convert(T, 28587810357600962662801 / 1151340224617184234295192)
89+
a1009 = convert(T, 28587810357600962662801 // 1151340224617184234295192)
9090
# Extra stages for Order 6
9191
c11 = convert(T2, 207 // 250)
9292
a1101 = convert(T,

0 commit comments

Comments
 (0)