Skip to content

Commit 88e0e53

Browse files
try small latex
1 parent 102a8e4 commit 88e0e53

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
@@ -27,7 +27,7 @@ The Kronecker δ function.
2727

2828

2929
"""
30-
Pochhammer symbol (x)_n = Γ(x+n)(x) for the rising factorial.
30+
Pochhammer symbol $(x)_n = \frac{\Gamma(x+n)}{\Gamma(x)}$ for the rising factorial.
3131
"""
3232
function pochhammer(x::Number,n::Integer)
3333
ret = one(x)

0 commit comments

Comments
 (0)