On Sun, Mar 25, 2012 at 09:29:58AM -0400, Francis J. Monari, Esquire scratched 
on the wall:

> How are +infinity and -infinity handled?

  Generally, they are treated like normal values.  You can calculate,
  store, and retrieve an INF or -INF value using just SQL expressions.
  
  As with all calculations, when the result is a NaN (such as INF - INF)
  the result is converted to a NULL.

   -j

-- 
Jay A. Kreibich < J A Y  @  K R E I B I.C H >

"Intelligence is like underwear: it is important that you have it,
 but showing it to the wrong people has the tendency to make them
 feel uncomfortable." -- Angela Johnson
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to