On 27 Mar 2011, at 11:49am, Simon Slavin wrote:

> decimal + decimal --> decimal
> decimal - decimal --> decimal
> decimal * real --> decimal
> decimal / real --> decimal
> decimal / decimal --> real

I forgot a bunch of functions.  You need to be able to do comparisons, so you 
can determine whether one decimal is greater, less or equal to another.  And 
users will want abs(), max(), min(), round(), avg(), sum(), and total().

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to