Update www/piwik to version 2.4.1
[dports.git] / databases / sqlite-ext-miscfuncs / pkg-descr
1 Provide mathematical, string and aggregate functions for SQL queries
2 using the SQLite loadable extensions mechanism.
3
4 Math functions:
5
6   acos, asin, atan, atn2, atan2, acosh, asinh, atanh, difference,
7   degrees, radians, cos, sin, tan, cot, cosh, sinh, tanh, coth,
8   exp, log, log10, power, sign, sqrt, square, ceil, floor, pi
9
10 String functions:
11
12   replicate, charindex, leftstr, rightstr, ltrim, rtrim, trim,
13   replace, reverse, proper, padl, padr, padc, strfilter
14
15 Aggregate functions:
16
17   stdev, variance, mode, median, lower_quartile, upper_quartile
18
19 WWW: http://www.sqlite.org/contrib