IHyperbolicFunctions<TSelf>.Tanh(TSelf) Method

Definition

Computes the hyperbolic tangent of a value.

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

Parameters

x
TSelf

The value, in radians, whose hyperbolic tangent is to be computed.

Returns

TSelf

The hyperbolic tangent of x.

Applies to