cbrt

Computes the cube root of the given value.

Parameters

x double

The value

Return Value

Type: double

The cube root of x.

Meta