WLJS LogoWLJS Notebook

CubeRoot

CubeRoot[x] gives the real-valued cube root of x.

Examples

Compute the cube root of a positive number:

CubeRoot[8]
(* 2 *)

Compute the cube root of a negative number:

CubeRoot[-27]
(* -3 *)

Please visit the official Wolfram Language Reference for more details.

On this page