Skip to content

Commit

Permalink
DOC: special: add logsumexp to the listing in __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br committed Nov 3, 2016
1 parent 269d936 commit c3e6a4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scipy/special/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@
round -- Round to nearest integer
xlogy -- Compute ``x*log(y)`` so that the result is 0 if ``x = 0``.
xlog1py -- Compute ``x*log1p(y)`` so that the result is 0 if ``x = 0``.
logsumexp -- Compute the log of the sum of exponentials of input elements.
exprel -- Relative error exponential, (exp(x)-1)/x, for use when `x` is near zero.
sinc -- Return the sinc function.
Expand Down

0 comments on commit c3e6a4d

Please sign in to comment.