Skip to content

Commit f82c08a

Browse files
authored
Add explanation to which method we use to calculate coth. (#1206)
It was pointed out that there are multiple methods of calculating coth() and it would be useful for a user to know which one we have implemented :)
1 parent 3876ebf commit f82c08a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ The cotangent of `0.5` is returned.
345345

346346
| `coth(null)` returns `null`.
347347
| `coth(0)` returns `NaN`.
348+
| The calculation of the hyperbolic cotangent, `coth(x)`, is done using the `cosh(x) / sinh(x)` method.
348349

349350
|===
350351

0 commit comments

Comments
 (0)