add test case for math function sqrt
This commit is contained in:
parent
e2e311a0b2
commit
390c68a8c0
|
@ -24,3 +24,4 @@ python3 ./test.py -f 2-query/floor.py
|
||||||
python3 ./test.py -f 2-query/round.py
|
python3 ./test.py -f 2-query/round.py
|
||||||
python3 ./test.py -f 2-query/log.py
|
python3 ./test.py -f 2-query/log.py
|
||||||
python3 ./test.py -f 2-query/pow.py
|
python3 ./test.py -f 2-query/pow.py
|
||||||
|
python3 ./test.py -f 2-query/sqrt.py
|
||||||
|
|
Loading…
Reference in New Issue