summaryrefslogtreecommitdiff
path: root/sample/hash.rb
blob: 85f719e7eb0a60d429de86feeb8ddb05070a1216 (plain)
1
2
3
4
5
6
7
8
9
10
11
# hash value
# output:
#	78651
#	78651
#	78651
#	-45637

print(+-1.0.hash,"\n")
print(-1.0.hash,"\n")
print((-1.0).hash,"\n")
print(-(1.0.hash),"\n")