Click or drag to resize

UncertainMathAsin Method

Computes the arcsine of an uncertain value.

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

Parameters

x
Type: Meta.NumericsUncertainValue
The argument.

Return Value

Type: UncertainValue
The arcsine of the argument.
See Also