cbrt
cbrt denotes the cube root function, giving the real number y such that y^3 = x. In the real numbers, cbrt is defined for every real x, is strictly increasing, and serves as the inverse of the cubic function y^3. The notation ∛x or cbrt(x) is common, and for negative x the cube root is negative, for example cbrt(-8) = -2 and cbrt(0) = 0.
The real cube root has several key properties. It is an odd function, meaning cbrt(-x) = -cbrt(x). It
When extended to the complex numbers, every nonzero x has three cube roots, related by multiplication by
In computing and programming, cbrt is a standard function name in many languages (for example in C’s