mirror of
https://github.com/vale981/arb
synced 2025-03-06 01:41:39 -05:00
Merge pull request #356 from Joel-Dahne/doc-fix-csch
Fix documentation for acb_csch
This commit is contained in:
commit
93a08f0086
1 changed files with 1 additions and 1 deletions
|
@ -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)`.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue