The built-in math functions such as acos(X), asin(X) and other do not work (no such function: acos (code 1 SQLITE_ERROR)). It seems that the SQLite amalgamation source file was not compiled with the -DSQLITE_ENABLE_MATH_FUNCTIONS option. Do you know how to do it?
The built-in math functions such as
acos(X),asin(X)and other do not work (no such function: acos (code 1 SQLITE_ERROR)). It seems that theSQLite amalgamation source filewas not compiled with the -DSQLITE_ENABLE_MATH_FUNCTIONS option. Do you know how to do it?