Generic Extensions.Tanh<T> Method
Returns the hyperbolic tangent of the specified angle.
Definition
Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static T Tanh<T>(
this IRealOperations<T> ops,
T value
)
Parameters
- ops IRealOperations<T>
- A IRealOperations<T> instance that performs basic arithmetic operations.
- value T
- A value.
Type Parameters
- T