DecimalMath.Tanh Method

Returns the hyperbolic tangent of the specified angle.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static decimal Tanh(
	decimal value
)

Parameters

value  Decimal
The hyperbolic angle.

Return Value

Decimal
The hyperbolic tangent of value. If value is equal to System.Double.NegativeInfinity, this method returns -1. If value is equal to System.Double.PositiveInfinity, this method returns 1. If value is equal to System.Double.NaN, this method returns System.Double.NaN.

See Also