Skip to content

Commit 2413530

Browse files
authored
Merge pull request scipy#21834 from romainljsimon/fix-typo
2 parents 2cf93c1 + f763558 commit 2413530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scipy/fft/_fftlog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def fht(a, dln, mu, offset=0.0, bias=0.0):
114114
115115
.. math::
116116
117-
\int^\infty_0 r^{\mu+1} \exp(-r^2/2) J_\mu(k, r) k dr
117+
\int^\infty_0 r^{\mu+1} \exp(-r^2/2) J_\mu(kr) k dr
118118
= k^{\mu+1} \exp(-k^2/2) .
119119
120120
>>> import numpy as np

0 commit comments

Comments
 (0)