From: Aleksandar Kostovic Date: Sat, 27 Apr 2019 10:58:57 +0000 (+0200) Subject: Nemoved the example number X-Git-Tag: ls180-24jan2020~1192 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=34929f501cc7776521ca165d4beb64993d890227;p=ieee754fpu.git Nemoved the example number --- diff --git a/src/add/fsqrt.py b/src/add/fsqrt.py index d911e340..85051e08 100644 --- a/src/add/fsqrt.py +++ b/src/add/fsqrt.py @@ -1,7 +1,5 @@ def sqrt(num): - num = 6 - res = 0 bit = 1 << 14