R/duckdb-funs.R
atan2.Rd
Computes the arctangent (y, x).
atan2(y = DOUBLE, x = DOUBLE)
DOUBLE
atan2(1.0, 0.0)