R/duckdb-funs.R
log.Rd
Computes the logarithm of x to base b. b may be omitted, in which case the default 10.
DOUBLE
log(b = DOUBLE)
log(b = DOUBLE, x = DOUBLE)
log(2, 64)