Quad.RootN Method

Computes the n-th root of a value.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static Quad RootN(
	Quad x,
	int n
)

Parameters

x  Quad
The value whose n-th root is to be computed.
n  Int32
The degree of the root to be computed.

Return Value

Quad
The n-th root of x.

Implements

IRootFunctions<TSelf>.RootN(TSelf, Int32)

See Also