= private = protected
hash()
Returns a hash code for this float.
See also Object#hash.
static VALUE flo_hash(VALUE num) { return rb_dbl_hash(RFLOAT_VALUE(num)); }