We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pow
julia> NaNMath.pow(1.0, 1.0+im) ERROR: StackOverflowError: Stacktrace: [1] pow(x::ComplexF64, y::ComplexF64) (repeats 2 times) @ NaNMath ~/.julia/packages/NaNMath/ceWIc/src/NaNMath.jl:26
The text was updated successfully, but these errors were encountered:
Also encountered this today in SymbolicUtils fuzzer.
Sorry, something went wrong.
Avoid stack overflows with non-standard float types; closes JuliaMath#76
00b0efa
#79 will make it so that this no longer results in a stack overflow. It still does not treat complex arguments, but I think that's covered by #66.
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: