Returns the hyperbolic tangent of the specified angle.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Shared Function Tanh ( _
value As Decimal _
) As Decimal
|
Return Value
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