Skip to content

Commit

Permalink
doc/manual: added eta to list of functions
Browse files Browse the repository at this point in the history
also, small fix to lbeta definition
  • Loading branch information
carlobaldassi committed Nov 8, 2013
1 parent 5fc993a commit 2b0b686
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/manual/mathematical-operations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,8 @@ Function Description
``lfact(x)`` accurate ``log(factorial(x))`` for large ``x``; same as ``lgamma(x+1)`` for ``x > 1``, zero otherwise
``digamma(x)`` the `digamma function <http:https://en.wikipedia.org/wiki/Digamma_function>`_ (i.e. the derivative of ``lgamma``) at ``x``
``beta(x,y)`` the `beta function <http:https://en.wikipedia.org/wiki/Beta_function>`_ at ``x,y``
``lbeta(x)`` accurate ``log(beta(x,y))`` for large ``x`` or ``y``
``lbeta(x,y)`` accurate ``log(beta(x,y))`` for large ``x`` or ``y``
``eta(x)`` the `Dirichlet eta function <http:https://en.wikipedia.org/wiki/Dirichlet_eta_function>`_ at ``x``
``zeta(x)`` the `Riemann zeta function <http:https://en.wikipedia.org/wiki/Riemann_zeta_function>`_ at ``x``
``airy(x)``, ``airyai(x)`` the `Airy Ai function <http:https://en.wikipedia.org/wiki/Airy_function>`_ at ``x``
``airyprime(x)``, ``airyaiprime(x)`` the derivative of the Airy Ai function at ``x``
Expand Down

0 comments on commit 2b0b686

Please sign in to comment.