gabrielgellner/DiffEQ.jl

Naming convention: abstol -> atol, reltol -> rtol

Closed this issue · 1 comments

I notice that scipy uses the shorter version. As do some Julia libraries. But I think Optim.jl uses the longer names. Need to decide which to support.

Cubature.jl uses reltol, abstol
As does the builtin Base.quadgk. So the longer names it is!