Math.cbrt

Returns the cube root of a number.

Syntax

cbrt(value)

Parameters

Return value

The cube root of the value.

Examples

Math.cbrt(64)
4