Skip to content

Commit

Permalink
Remove mention of missing for sincosd
Browse files Browse the repository at this point in the history
  • Loading branch information
Seelengrab committed Jan 30, 2024
1 parent 786dd15 commit fa70fa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base/special/trig.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,6 @@ tand(x::Real) = sind(x) / cosd(x)
Simultaneously compute the sine and cosine of `x`, where `x` is in degrees.
Throw a [`DomainError`](@ref) if `isinf(x)`, return a `(T(NaN), T(NaN))` tuple if `isnan(x)`.
Propagates `Missing`.
!!! compat "Julia 1.3"
This function requires at least Julia 1.3.
Expand Down

0 comments on commit fa70fa8

Please sign in to comment.