Skip to content

Commit

Permalink
doc: add compat entry for sincospi (JuliaLang#37055)
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonschaub committed Aug 29, 2020
1 parent 99b3ccc commit 22a6589
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/special/trig.jl
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,9 @@ end
sincospi(x)
Simultaneously compute `sinpi(x)` and `cospi(x)`, where the `x` is in radians.
!!! compat "Julia 1.6"
This function requires Julia 1.6 or later.
"""
function sincospi(x::T) where T<:AbstractFloat
if !isfinite(x)
Expand Down

0 comments on commit 22a6589

Please sign in to comment.