Skip to content

Commit f656ed5

Browse files
committed
PR updates
1 parent 6ef0121 commit f656ed5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,6 @@ 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-
336334
.Details
337335
|===
338336
| *Syntax* 3+| `coth(input)`
@@ -347,6 +345,7 @@ The calculation of the hyperbolic cotangent, `coth(x)`, is done using the `cosh(
347345

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

351350
|===
352351

0 commit comments

Comments
 (0)