Alexander Plavin
Alexander Plavin
Well, that's not the case :) > They have the same return type ```julia julia> deg2rad.(0:90) 91-element Vector{Float64}: julia> deg2rad(0:90) # this PR 91-element LinRange{Float64, Int64}: ``` > are equally...
Thanks for pointing this out! Now this equality seems to hold, I followed the approach of how it's done elsewhere in the codebase. Don't understand why CI fails, any pointers?..
I think this kind of accuracy is too high of a bar to require from a function. It doesn't even hold for simple multiplication: ```julia julia> f(x) = x*1.2345 julia>...
And another bump...
Bump @giordano @JeffBezanson (pinging those who commented earlier in the discussion)