On commit 526b83e3f1
I’m seeing this strange message:
julia> using SpecialFunctions
julia> erfcinv(0.5)
in erfcinv at /home/mose/.julia/v0.7/SpecialFunctions/src/erf.jl
0.4769362762044699
julia> erfcinv(0.5)
0.4769362762044699
The message “in erfcinv at /home/mose/.julia/v0.7/SpecialFunctions/src/erf.jl
” is shown only on the first call to the function. Does someone have a clue about where this message comes from?
Note that the message is printed also without loading SpecialFunctions
, so it has nothing to do with the package, the only difference is that an error is printed in this case because the function was moved to an external package.