Cool,

I all ready have the code for a library of functions working with SQLite
V3.3.5  source.

This has been integrated into the SQLite code at compile time using
conditional compilation.

Math functions:

acos
asin
atan
atn2
atan2
acosh
asinh
atanh
degrees
radians
cos
sin
tan
cot
cosh
sinh
tanh
coth
exp
log
log10
power
sqrt
square
sign
ceil
floor
pi

String functions:

replicate
charindex
charindex
leftstr
rightstr
ltrim
rtrim
trim
reverse
proper
padl
padr
padc
strfilter
difference

Aggregate functions:
stdev
variance
mode
percentiles (median, lowerquartile, upperquartile)

I will be releasing all the code after testing to the public domain. 

drh, are you interested in putting this code on your website?

Thanks,

Mike
--
View this message in context: 
http://www.nabble.com/Extra-functions---New-Project--t1674436.html#a4789862
Sent from the SQLite forum at Nabble.com.

Reply via email to