Quad.Cbrt Method

Computes the cube-root of a value.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static Quad Cbrt(
	Quad x
)

Parameters

x  Quad
The value whose cube-root is to be computed.

Return Value

Quad
The cube-root of x.

Implements

IRootFunctions<TSelf>.Cbrt(TSelf)

See Also