Skip to content

Commit c10d3fa

Browse files
committed
PR Comment
1 parent 6e35def commit c10d3fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gfloat/round.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def round_float(
4040
# Constants
4141
p = fi.precision
4242
bias = fi.expBias
43-
t = p - 1
4443

4544
if np.isnan(v):
4645
if fi.num_nans == 0:

0 commit comments

Comments
 (0)