instance method Float#hash

hash -> Integer[permalink][rdoc][edit]

ハッシュ値を返します。



pi1 = 3.14
pi2 = 3.14
pi3 = 3.1415

pi1.hash # => 335364239
pi2.hash # => 335364239
pi3.hash # => 420540030