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