method
==
==(p1)
public
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
==(p1)
public
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