R/duckdb-funs.R
signbit.Rd
Returns whether the signbit is set or not.
FLOAT | DOUBLE
BOOLEAN
signbit(x = FLOAT)
signbit(x = DOUBLE)
signbit(-0.0)