You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia>using ExponentialUtilities
julia> f = t ->exp_generic(t)
#1 (generic function with 1 method)
julia>f(0.3)
1.3498588075760032
julia>using ForwardDiff
julia> ForwardDiff.derivative(f, 0.2)
ERROR: MethodError: no method matching ForwardDiff.Dual{ForwardDiff.Tag{var"#1#2",Float64},Float64,1}(::Int64)
The applicable method may be too new: running in world age 27795, while current world is 27806.
The text was updated successfully, but these errors were encountered:
The current implementation relies on methods being defined for special number types before
ExponentialUtilities.jl/src/exp.jl
Lines 127 to 135 in fce7ae6
The text was updated successfully, but these errors were encountered: