Computes the hyperbolic tangent of an uncertain value.
Namespace:
Meta.Numerics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static UncertainValue Tanh(
UncertainValue x
)
Public Shared Function Tanh (
x As UncertainValue
) As UncertainValue
public:
static UncertainValue Tanh(
UncertainValue x
)
static member Tanh :
x : UncertainValue -> UncertainValue
Parameters
- x
- Type: Meta.NumericsUncertainValue
The argument.
Return Value
Type:
UncertainValueThe hyperbolic tanget of the argument.
See Also