DecimalMath.Cbrt Method

Returns the cube root of a specified number.

Definition

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

Parameters

value  Decimal
A decimal number.

Return Value

Decimal
The cube root of value.

See Also