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

Add cispi(x) #732

Merged
merged 1 commit into from
Dec 13, 2020
Merged

Add cispi(x) #732

merged 1 commit into from
Dec 13, 2020

Conversation

jmert
Copy link
Contributor

@jmert jmert commented Nov 30, 2020

Added to Base in JuliaLang/julia#38449

I added tests that cover both methods in Base:

julia> methods(cispi)
[1] cispi(theta::Real) in Base at complex.jl:544
[2] cispi(z::Complex) in Base at complex.jl:563

(both of the doc tests and then a couple more examples of real inputs).

@simeonschaub
Copy link
Member

Could you also add a README entry? Otherwise LGTM!

Added to Base in JuliaLang/julia#38449

I added tests that cover both methods in Base:
```julia
julia> methods(cispi)
[1] cispi(theta::Real) in Base at complex.jl:544
[2] cispi(z::Complex) in Base at complex.jl:563
```
(both of the doc tests and then a couple more examples of real inputs).
@jmert
Copy link
Contributor Author

jmert commented Dec 13, 2020

Bump

@simeonschaub simeonschaub merged commit 12eec81 into JuliaLang:master Dec 13, 2020
@simeonschaub
Copy link
Member

Sorry for the wait. Thanks for your contribution!

@jmert jmert deleted the cispi branch December 13, 2020 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants