Quad.Root N Method
Computes the n-th root of a value.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The n-th root of x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static Quad RootN(
Quad x,
int n
)
Parameters
Return Value
QuadThe n-th root of x.