Cube Root


Output: Press calculate

Formula:cubeRoot(x) where x is the number to calculate the cube root

Introduction to Cube Root

The cube root of a number is a value that, when multiplied by itself three times, gives the original number. In other words, the cube root function returns the side length of a cube with a volume equal to the input number. This can be expressed as cubeRoot(x) = y, where y is the value such that y * y * y = x.

Parameters

Example values

Output

Data Validation

The input number x should be within the domain of real numbers.

Summary

The cube root calculator takes a number as input and finds its cube root. The resulting value can be used to calculate the side length of a cube with a volume equal to the input number.

Tags: Algebra, Cube Root, Mathematics