Merge pull request #356 from Joel-Dahne/doc-fix-csch

Fix documentation for acb_csch
This commit is contained in:
Fredrik Johansson 2020-12-31 16:59:46 +01:00 committed by GitHub
commit 93a08f0086
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -774,7 +774,7 @@ Hyperbolic functions
Computes `\operatorname{sech}(z) = 1 / \cosh(z)`. Computes `\operatorname{sech}(z) = 1 / \cosh(z)`.
.. function:: void acb_csch(acb_t res, const arb_t z, slong prec) .. function:: void acb_csch(acb_t res, const acb_t z, slong prec)
Computes `\operatorname{csch}(z) = 1 / \sinh(z)`. Computes `\operatorname{csch}(z) = 1 / \sinh(z)`.