Math functions?
I'd like to use [SQLITE Math Functions](https://sqlite.org/lang_mathfunc.html) directly in my queries. Would need `SQLITE_ENABLE_MATH_FUNCTIONS` during compile. Is there a downside to adding this to the default builds?
issue