cuberoot {skewunit} | R Documentation |
Calculates the cubic root
Description
cuberoot(x) computes the cubic root of x, \sqrt[3]{x}
.
Usage
cuberoot(x)
Arguments
x |
a numeric or complex vector or array. |
Value
the cube root of a number.
Author(s)
Diego Gallardo
Examples
cuberoot(-27)
cuberoot(0)
cuberoot(64)
[Package skewunit version 1.0 Index]