From 674fa5feb1e84b5f305d2ac6669d932453e34c64 Mon Sep 17 00:00:00 2001 From: Joel Dahne Date: Fri, 25 Dec 2020 19:00:19 +0100 Subject: [PATCH] Fix documentation for acb_csch --- doc/source/acb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/acb.rst b/doc/source/acb.rst index 696a183e..7ceca2dc 100644 --- a/doc/source/acb.rst +++ b/doc/source/acb.rst @@ -774,7 +774,7 @@ Hyperbolic functions 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)`.