Skip to content

Commit 5c69561

Browse files
authored
Attach tanpi docstring to method (#50689)
1 parent 4825a0c commit 5c69561

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

base/special/trig.jl

-1
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,6 @@ Compute ``\\tan(\\pi x)`` more accurately than `tan(pi*x)`, especially for large
895895
896896
See also [`tand`](@ref), [`sinpi`](@ref), [`cospi`](@ref), [`sincospi`](@ref).
897897
"""
898-
899898
function tanpi(_x::T) where T<:Union{IEEEFloat, Rational}
900899
# This is modified from sincospi.
901900
# Would it be faster or more accurate to make a tanpi_kernel?

0 commit comments

Comments
 (0)