Skip to contents
dd
0.0.0.9000
Reference
DuckDB function cbrt
Source:
R/duckdb-funs.R
cbrt.Rd
Returns the cube root of x.
Arguments
x
DOUBLE
Examples
if
(
FALSE
)
{
# \dontrun{
cbrt
(
8
)
}
# }