acoth
acoth(x)
Calculate the hyperbolic arccotangent of a value, defined as `acoth(x) = (ln((x+1)/x) + ln(x/(x-1))) / 2`.
Try it yourself:
$1 | acoth(2)
| |
$2 | acoth(0.5)
|
Calculate the hyperbolic arccotangent of a value, defined as `acoth(x) = (ln((x+1)/x) + ln(x/(x-1))) / 2`.
Try it yourself:
$1 | acoth(2)
| |
$2 | acoth(0.5)
|