Click or drag to resize

FloatingPointComparison.CubeRoot Method

Computes the real-valued cube root if a given number. The cube root of a negative value is the negative of the cube root of that value's magnitude.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static double CubeRoot(
	double x
)

Parameters

x
Type: System.Double
The value for which to compute the cube root.

Return Value

Type: Double
The cube root.
See Also