Hmmm, it appears as though SQLite does not support math functions like sin, cos, tan, etc.
The docs say you can add functions in c, but they only apply to a specific connection to the database, they are not permanently written as new functionality to the database.
So, I'm curious how, in Android, I can query my SQLite db using math functions such as these. Considering how many location aware apps are available for Android there must be a way to do it, since querying for points within a given radius involves using sin, cos, acos, etc.
Any ideas?



