diff --git a/doc/manual/mathematical-operations.rst b/doc/manual/mathematical-operations.rst index 002a637b472d3..b2d4c55fb11ae 100644 --- a/doc/manual/mathematical-operations.rst +++ b/doc/manual/mathematical-operations.rst @@ -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 `_ (i.e. the derivative of ``lgamma``) at ``x`` ``beta(x,y)`` the `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 `_ at ``x`` ``zeta(x)`` the `Riemann zeta function `_ at ``x`` ``airy(x)``, ``airyai(x)`` the `Airy Ai function `_ at ``x`` ``airyprime(x)``, ``airyaiprime(x)`` the derivative of the Airy Ai function at ``x``