Click or drag to resize

FloatingPointComparisonCubeRoot 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: 24.1.418.0 (24.1.418.0)
Syntax
public static double CubeRoot(
	double x
)

Parameters

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

Return Value

Type: Double
The cube root.
See Also