SQLite Forum

3.25 math functions vs. extension-functions.c
Login
Thanks, this is a useful comparison that I was not aware of.

The C standard math library, Matlab, Python, Julia, ... all return the natural logarithm for `log`, i.e. `log(10) -> 2.302585092994046`. Does the SQL standard mandate anything different? If not the choice of the *SQLite Math Extension* seems a bit unfortunate to me (and sorry for not having adviced in time).