Improved check [skip ci]

This commit is contained in:
Andrew Kane
2023-12-04 13:59:48 -08:00
parent 006e5c7aca
commit a679b584e9
3 changed files with 18 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ SELECT '{1,2,3}'::half[]::real[];
SELECT '65505'::integer::half;
SELECT 'NaN'::real::half;
SELECT 'Infinity'::real::half;
SELECT '1e-38'::real::half;
SELECT '1.5'::half::real;
SELECT '1.5'::real::half;