-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sincos leads to stackoverflow #44
Comments
Hi @AwesomeQuest, thanks for your interest in MultiFloats.jl! This is very strange code in
This will call the |
Whoops, accidentally closed in my last comment. I'll also add overloads for |
Fixed in commit 1d54726. |
Because of this bit of code
in
julia\base\special\trig.jl
Calling sincos with a MultiFloat causes a stackoverflow.
Minimum working example
I'm trying to use
conv
from DSP.jl and GenericFFT.jl, is there a workaround for this? I don't have a firm grasp on how to change the method used by conv in a scenario like this.P.S. Why would one write code like the above, it seems designed to make a stack overflow in the case that calling
float
does nothingThe text was updated successfully, but these errors were encountered: