Skip to content

Commit 29589f0

Browse files
add doc
1 parent 88e0e53 commit 29589f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/specialfunctions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Kronecker δ function.
2626
δ(k::Integer,j::Integer) = k == j ? 1 : 0
2727

2828

29-
"""
29+
doc"""
3030
Pochhammer symbol $(x)_n = \frac{\Gamma(x+n)}{\Gamma(x)}$ for the rising factorial.
3131
"""
3232
function pochhammer(x::Number,n::Integer)

0 commit comments

Comments
 (0)