mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
Support pi()
function
This commit is contained in:
parent
5e426a7624
commit
89d0289444
4 changed files with 25 additions and 1 deletions
|
@ -364,6 +364,11 @@ do_execsql_test bitwise-not-zero {
|
|||
|
||||
set tolerance 1e-13
|
||||
|
||||
do_execsql_test_tolerance pi {
|
||||
SELECT pi()
|
||||
} {3.14159265358979} $tolerance
|
||||
|
||||
|
||||
do_execsql_test_tolerance acos-int {
|
||||
SELECT acos(1)
|
||||
} {0.0} $tolerance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue