Returns the hyperbolic tangent of the specified angle.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Quad Tanh(
Quad value
)
Public Shared Function Tanh (
value As Quad
) As Quad
public:
static Quad Tanh(
Quad value
)
static member Tanh :
value : Quad -> Quad
Parameters
- value
- Type: Extreme.MathematicsQuad
The hyperbolic angle.
Return Value
Type:
Quad
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.
Reference