Elementary.Root N Method
Returns the n-th root of a number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The cube root of x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static double RootN(
double x,
int root
)
Parameters
Return Value
DoubleThe cube root of x.