R/duckdb-funs.R
lcm.Rd
Computes the least common multiple of x and y.
BIGINT | HUGEINT
lcm(x = BIGINT, y = BIGINT)
lcm(x = HUGEINT, y = HUGEINT)
lcm(42, 57)