Skip to content

Commit

Permalink
Attach tanpi docstring to method (#50689)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5c69561)
  • Loading branch information
sostock authored and KristofferC committed Aug 10, 2023
1 parent 80ccc37 commit 4799388
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 @@ -895,7 +895,6 @@ Compute ``\\tan(\\pi x)`` more accurately than `tan(pi*x)`, especially for large
See also [`tand`](@ref), [`sinpi`](@ref), [`cospi`](@ref), [`sincospi`](@ref).
"""

function tanpi(_x::T) where T<:Union{IEEEFloat, Rational}
# This is modified from sincospi.
# Would it be faster or more accurate to make a tanpi_kernel?
Expand Down

0 comments on commit 4799388

Please sign in to comment.