On 6/12/19, James K. Lowden <jklow...@schemamania.org> wrote:
> 1.  Prior art.  I can't think of a single programming language that
> displays -0.0 without jumping through hoops.

Prints -0.0 as "-0.0" or just "-0":  glibc, Tcl, Python, Javascript

Prints -0.0 as "0.0" or "0": PostgreSQL, MySQL, Oracle, SqlServer

So in my tests, programming languages do distinguish between +0.0 and
-0.0, but database engines do not.
-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to