Skip to content

CubeRoot

Returns the real-valued cube root.

$ wo 'CubeRoot[8]'
2

It threads over a list.

$ wo 'CubeRoot[{8, 27}]'
{2, 3}