Skip to content

Commit 6ef0121

Browse files
committed
Add explanation to which method we use to calculate coth.
1 parent 3876ebf commit 6ef0121

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/ROOT/pages/functions/mathematical-trigonometric.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,8 @@ The cotangent of `0.5` is returned.
331331
[[functions-coth]]
332332
== coth()
333333

334+
The calculation of the hyperbolic cotangent, `coth(x)`, is done using the `cosh(x) / sinh(x)` method.
335+
334336
.Details
335337
|===
336338
| *Syntax* 3+| `coth(input)`

0 commit comments

Comments
 (0)