add test case for math function sqrt

This commit is contained in:
wenzhouwww@live.cn 2022-05-06 16:52:09 +08:00
parent e2e311a0b2
commit 390c68a8c0
2 changed files with 2 additions and 1 deletions

View File

@ -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/log.py
python3 ./test.py -f 2-query/pow.py
python3 ./test.py -f 2-query/sqrt.py