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

3.5.1.2.13 Asinh


Contents

Description

This function is used to return the inverse hyperbolic sine.

Syntax

 double asinh(double x)

Parameters

x

is any real number.

Return

Return the inverse hyperbolic sine of that number.

Example

dd=asinh(-10);
dd=; //Should return the inverse hyperbolic sine of -10.

See Also

acosh, atanh, acoth, asech acsch