summaryrefslogtreecommitdiff
path: root/sample/hash.rb
blob: 126b17dfe4841d7f19eb2db64d0ea21b05599b53 (plain)
1
2
3
4
print(+-1.0.hash,"\n")
print(-1.0.hash,"\n")
print((-1.0).hash,"\n")
print(-(1.0.hash),"\n")