Click or drag to resize

UncertainMathPow Method

Computes an uncertain value raised to an arbitrary power.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static UncertainValue Pow(
	UncertainValue x,
	double p
)

Parameters

x
Type: Meta.NumericsUncertainValue
The argument.
p
Type: SystemDouble
The power.

Return Value

Type: UncertainValue
The argument raised to the specified power.
See Also