Closed
Description
If I run
FiniteDifferences.fdm(FiniteDifferences.central_fdm(9, 5), y->exp(y), 1.0, adapt=4)
on Julia 1.1.1 I get:
2.718281560120131
whereas on Julia 1.3.1 I get
2.7182639618941993
which is much less accurate (error of 1.8e-5 vs 2.7e-7).
This broke some tests of ours. Does anyone know why the accuracy is reduced?
Both on v0.9.2.
Metadata
Metadata
Assignees
Labels
No labels