SQLite Forum

SQLite3 Extension
Login
<b>Are the math functions intended for a future release?</b>

I do not see DSQLITE_ENABLE_MATH_FUNCTIONS mentioned at [Compile-time Options](https://www.sqlite.org/draft/compile.html#enable_math_functions).

It appears to be unavailable in the v3.34.0 pre-compiled binary for Windows:

```
SQLite version 3.34.0 2020-12-01 16:14:00
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
sqlite> select sin(9);
Error: no such function: sin
sqlite>
```