Re: [sqlite] Doc bug in on-line description of round() function

2011-10-21 Thread David Garfield
I think the use of "integer" was the mathematical concept, not the sqlite concept. That makes that part of the description correct. There are other possible issues: 1) It says "truncated" not "rounded". 1.7 truncated is 1, rounded is 2. 2) It says nothing about negative values of Y. For me

Re: [sqlite] Doc bug in on-line description of round() function

2011-10-20 Thread Jay A. Kreibich
On Thu, Oct 20, 2011 at 04:03:28PM -0700, Peter Aronson scratched on the wall: > The "Using SQLite" book, I notice gets it right, however. Score! -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

[sqlite] Doc bug in on-line description of round() function

2011-10-20 Thread Peter Aronson
Here's where I let my pedantic side out to play.  The documentation for the round() function on the SQLite website at http://www.sqlite.org/lang_corefunc.html says: "The round(X,Y) function returns a string representation of the floating-point value X rounded to Y digits to the right of the