Returns the hyperbolic tangent of the specified angle.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static T Tanh(
T value
)
Public Shared Function Tanh (
value As T
) As T
public:
static T Tanh(
T value
)
static member Tanh :
value : 'T -> 'T
Parameters
- value
- Type: T
A value.
Return Value
Type:
T
Numerical Libraries
Supported in: 5.x
Reference