JuliaLang / Compat.jl

Compatibility across Julia versions
Other
144 stars 117 forks source link

Add `cispi(x)` #732

Closed jmert closed 3 years ago

jmert commented 3 years ago

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 commented 3 years ago

Could you also add a README entry? Otherwise LGTM!

jmert commented 3 years ago

Bump

simeonschaub commented 3 years ago

Sorry for the wait. Thanks for your contribution!