Skip to content

Commit

Permalink
remove doc ref of sinc for error reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
deltaeecs committed May 2, 2024
1 parent 65ce245 commit 9d9d5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UsefulFunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ const divπ = 1/π
"""
sincmath(x::T) where{T<:Number}
Julia 自带 [`Base.sinc`](@ref) 函数计算的是归一化辛格函数:
Julia 自带 [`sinc`] 函数计算的是归一化辛格函数:
``sinc(x) = sin(πx)/(πx)``
Expand Down

0 comments on commit 9d9d5ea

Please sign in to comment.