big == obj รข true or false
Instance Public methods
Returns true
only if obj has the same value as
big. Contrast this with Bignum#eql?
, which requires
obj to be a Bignum
.
68719476736 == 68719476736.0 #=> true
Returns true
only if obj has the same value as
big. Contrast this with Bignum#eql?
, which requires
obj to be a Bignum
.
68719476736 == 68719476736.0 #=> true
Please login to continue.