Elliptic.jl icon indicating copy to clipboard operation
Elliptic.jl copied to clipboard

Strict typing causes issues with auto-diff

Open langfzac opened this issue 3 years ago • 1 comments

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).

langfzac avatar May 25 '21 20:05 langfzac

Also encountering this

archermarx avatar Sep 01 '22 03:09 archermarx