R/duckdb-funs.R
nextafter.Rd
Returns the next floating point value after x in the direction of y.
DOUBLE | FLOAT
nextafter(x = DOUBLE, y = DOUBLE)
nextafter(x = FLOAT, y = FLOAT)
nextafter(1::float, 2::float)