big.eql?(obj) â true or false
Instance Public methods
Returns true only if obj is a Bignum
with the same value as big. Contrast this with
Bignum#==, which performs type conversions.
68719476736.eql?(68719476736.0) #=> false
Returns true only if obj is a Bignum
with the same value as big. Contrast this with
Bignum#==, which performs type conversions.
68719476736.eql?(68719476736.0) #=> false
Please login to continue.