Skip to content
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

log of a complex interval does not work #27

Closed
dpsanders opened this issue May 1, 2017 · 1 comment
Closed

log of a complex interval does not work #27

dpsanders opened this issue May 1, 2017 · 1 comment
Labels

Comments

@dpsanders
Copy link
Member

dpsanders commented May 1, 2017

julia> a = (3..3) + (4..4)*im
[3, 3] + [4, 4]*im

julia> log(a)
ERROR: StackOverflowError:
Stacktrace:
 [1] log(::Complex{IntervalArithmetic.Interval{Float64}}) at ./complex.jl:463 (repeats 80000 times)

This probably requires a specialised function to be defined.
Maybe we should formalise complex intervals as a new type?

@dpsanders
Copy link
Member Author

Closing in favour of #41.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant