From 22fb245280f1cafc82028bf5a11b003558680b75 Mon Sep 17 00:00:00 2001 From: Sebastian Stock <42280794+sostock@users.noreply.github.com> Date: Thu, 27 Jul 2023 12:22:45 +0200 Subject: [PATCH] Attach tanpi docstring to method --- base/special/trig.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/base/special/trig.jl b/base/special/trig.jl index 5b2a23688ca6b..6463560caa3e5 100644 --- a/base/special/trig.jl +++ b/base/special/trig.jl @@ -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?