mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Add pythagorean query
This commit is contained in:
3
python/ql/test/query-tests/Numerics/Pythagorean.expected
Normal file
3
python/ql/test/query-tests/Numerics/Pythagorean.expected
Normal file
@@ -0,0 +1,3 @@
|
||||
| pythagorean_test.py:6:12:6:28 | sqrt() | Pythagorean calculation with sub-optimal numerics |
|
||||
| pythagorean_test.py:9:12:9:26 | sqrt() | Pythagorean calculation with sub-optimal numerics |
|
||||
| pythagorean_test.py:14:12:14:24 | sqrt() | Pythagorean calculation with sub-optimal numerics |
|
||||
Reference in New Issue
Block a user