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

Rebase of #35792, add cispi function #38449

Merged
merged 5 commits into from
Nov 29, 2020
Merged

Rebase of #35792, add cispi function #38449

merged 5 commits into from
Nov 29, 2020

Conversation

jmert
Copy link
Contributor

@jmert jmert commented Nov 15, 2020

This is a rebase of #35792 with the couple of uncommitted review comments applied that undo the specializations on integer types. I think the only remaining task was to then remove the doc strings referencing the relation between cispi and signbit (which no longer exists once the Integer specializations are removed).

Copy link
Member

@simeonschaub simeonschaub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some comments on the docstring, otherwise LGTM!

base/complex.jl Outdated Show resolved Hide resolved
base/complex.jl Outdated Show resolved Hide resolved
jmert and others added 2 commits November 15, 2020 14:20
Co-authored-by: Simeon Schaub <simeondavidschaub99@gmail.com>
@jmert jmert closed this Nov 19, 2020
@jmert jmert reopened this Nov 19, 2020
@jmert jmert closed this Nov 25, 2020
@jmert jmert reopened this Nov 25, 2020
@Keno Keno merged commit 96d59f9 into JuliaLang:master Nov 29, 2020
@jmert jmert deleted the cispi branch November 29, 2020 01:25
jmert added a commit to jmert/Compat.jl that referenced this pull request Nov 30, 2020
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 added a commit to jmert/Compat.jl that referenced this pull request Nov 30, 2020
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 added a commit to jmert/Compat.jl that referenced this pull request Dec 12, 2020
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).
simeonschaub pushed a commit to JuliaLang/Compat.jl that referenced this pull request Dec 13, 2020
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).
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.

4 participants