limbo icon indicating copy to clipboard operation
limbo copied to clipboard

WIP: Support math functions

Open travenin opened this issue 2 months ago • 2 comments

Work in progress. :gear: :hammer: I want to add some compatibility tests for every function at least.


Add support for math scalar functions of SQLite: https://sqlite.org/lang_mathfunc.html

Since SQLite CLI and Limbo CLI present floating point numbers with different precision, I added do_execsql_test_tolerance which tests that floating point results close enough of the expected value. However, we probably could make Limbo's floating point presentation match to SQLite.

travenin avatar Dec 12 '24 23:12 travenin