TRUECALC
Functions

COTH

Hyperbolic cotangent

Try it

When to use it

When should I use COTH?

Use COTH to compute the hyperbolic cotangent of a number; it is the ratio of COSH to SINH and is undefined at zero.

Used in

science · engineering

Syntax

COTH(number)

Examples

=COTH(1) // => 1.3130352854993315
=COTH(-1) // => -1.3130352854993315
=COTH(4) // => 1.0006711504016825

On this page