Skip to content

Commit 760c8be

Browse files
author
oscarddssmith
committed
typo
1 parent 0d4b2a1 commit 760c8be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

base/float.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,6 @@ function hash(x::Real, h::UInt)
690690
pow += num_z - den_z
691691
# If the real is an Int64, UInt64, or Float64, hash as those types.
692692
# To be an Integer the denominator must be 1 and the power must be positive.
693-
# To be a Float64
694693
if den == 1
695694
# left = ceil(log2(num)*2^pow)
696695
left = top_set_bit(abs(num)) + pow

0 commit comments

Comments
 (0)