Elliptic.jl
Elliptic.jl copied to clipboard
Strict typing causes issues with auto-diff
Is there a reason all the function parameters are strictly typed to Float64
? This causes issues when using auto-diff tools (which need a more general type: T<:Real
).
Also encountering this