Hinweis:Dieser Abschnitt ist nur in englischer Sprache verfügbar. Wir bitten um Ihr Verständnis.

3.5.1.2.4 Acoth

Contents

Description

This function is used to compute the inverse hyperbolic cotangent.

Syntax

 double acoth(double x)

Parameters

x

Any real number whose absolute value is greater than 1.

Return

Return the inverse hyperbolic cotangent of that number.

Example

dd=acoth(5);
dd=; //Should return ~0.203.

See Also

asinh, acosh, atanh