Edit

Share via


Double.Cbrt(Double) Method

Definition

Computes the cube-root of a value.

C#
public static double Cbrt(double x);

Parameters

x
Double

The value whose cube-root is to be computed.

Returns

The cube-root of x.

Implements

Applies to

Product Versions
.NET 7, 8, 9