IHyperbolicFunctions<TSelf>.Acosh(TSelf) Method

Definition

Computes the hyperbolic arc-cosine of a value.

public:
 static TSelf Acosh(TSelf x);
public static abstract TSelf Acosh (TSelf x);
static member Acosh : 'Self -> 'Self
Public Shared Function Acosh (x As TSelf) As TSelf

Parameters

x
TSelf

The value, in radians, whose hyperbolic arc-cosine is to be computed.

Returns

TSelf

The hyperbolic arc-cosine of x.

Applies to