Nemoved the example number
authorAleksandar Kostovic <alexandar.kostovic@gmail.com>
Sat, 27 Apr 2019 10:58:57 +0000 (12:58 +0200)
committerAleksandar Kostovic <alexandar.kostovic@gmail.com>
Sat, 27 Apr 2019 10:58:57 +0000 (12:58 +0200)
src/add/fsqrt.py

index d911e3405ec3147d1c6f04754721694a9ff57f6d..85051e086eb1f105816b2b5fd49b3d3fd69aa018 100644 (file)
@@ -1,7 +1,5 @@
 def sqrt(num):
 
-    num = 6
-
     res = 0
     bit = 1 << 14