Click or drag to resize

DoubleDoublePow Method

Raises a double double number to an integer power.

Namespace:  Meta.Numerics.Extended
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static DoubleDouble Pow(
	DoubleDouble x,
	int n
)

Parameters

x
Type: Meta.Numerics.ExtendedDoubleDouble
The number.
n
Type: SystemInt32
The exponent.

Return Value

Type: DoubleDouble
The value of xn.
See Also