On Mon, Mar 25, 2013 at 08:32:12PM +0100, Jean-Christophe Deschamps scratched 
on the wall:
> At 15:46 25/03/2013, you wrote:
> ????
> >  The sqrt() function takes only one argument, at least.
> 
> It checks   assert( argc==2 ); at line 503 AFAIK.

  Line 503 of the version up on the website is in the middle of the
  pi() function.  We must be looking at different files or versions.

> >  This library also contains several string functions, but it is meant
> >  as a general extension library, not a math specific library.
> 
> I have my own set of Unicode aware string functions in another
> extension, so those were useless.

  Fair enough.  I can't say anything about how useful the string
  functions might be, I was simply pointing out that the library was
  intended as a general purpose extension library, not a math specific
  one.  From that viewpoint, it isn't that unusual that it includes
  both string and math functions.

   -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