blob: d6bc6ebbfd2d173362f658c5880fcc596d927126 [file] [log] [blame]
log([b], x) - Returns the logarithm of x with base b
Example:
> SELECT log(13, 13) FROM src LIMIT 1;
1