Add pythagorean query

This commit is contained in:
Rasmus Lerchedahl Petersen
2019-05-01 13:16:40 +02:00
parent 1203c7305a
commit b5b2d56bfa
6 changed files with 111 additions and 0 deletions

View 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 |