Edit

Share via


Double.Tanh(Double) Method

Definition

Computes the hyperbolic tangent of a value.

C#
public static double Tanh(double x);

Parameters

x
Double

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

Returns

The hyperbolic tangent of x.

Implements

Applies to

Product Versions
.NET 7, 8, 9