should be it
This commit is contained in:
9
external/duckdb/test/sql/function/numeric/abs.test
vendored
Normal file
9
external/duckdb/test/sql/function/numeric/abs.test
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# name: test/sql/function/numeric/abs.test
|
||||
# description: Test abs
|
||||
# group: [numeric]
|
||||
|
||||
# test abs on negative zero
|
||||
query II
|
||||
SELECT abs('-0.0'::float), abs('-0.0'::double)
|
||||
----
|
||||
0.0 0.0
|
||||
Reference in New Issue
Block a user