How can we implement special functions, such as `erf`? ```Julia using TaylorSeries, SpecialFunctions t = Taylor1(Float64, 5) erf(t) ``` returns: `MethodError: no method matching erf(::Taylor1{Float64})`
How can we implement special functions, such as
erf?returns:
MethodError: no method matching erf(::Taylor1{Float64})