Skip to content

Commit

Permalink
Add explanation to which method we use to calculate coth.
Browse files Browse the repository at this point in the history
  • Loading branch information
gem-neo4j committed Mar 4, 2025
1 parent 3876ebf commit 6ef0121
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/ROOT/pages/functions/mathematical-trigonometric.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,8 @@ The cotangent of `0.5` is returned.
[[functions-coth]]
== coth()

The calculation of the hyperbolic cotangent, `coth(x)`, is done using the `cosh(x) / sinh(x)` method.

.Details
|===
| *Syntax* 3+| `coth(input)`
Expand Down

0 comments on commit 6ef0121

Please sign in to comment.