Click or drag to resize

UncertainMathSinh Method

Computes the hyperbolic sine of an uncertain value.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static UncertainValue Sinh(
	UncertainValue x
)

Parameters

x
Type: Meta.NumericsUncertainValue
The argument.

Return Value

Type: UncertainValue
The hyperbolic sine of the argument.
See Also