Sha256: 12fe10445559296f02aab51bf03c8a04e39a33d5851f22962dec589711b2eb78

Contents?: true

Size: 425 Bytes

Versions: 2

Compression:

Stored size: 425 Bytes

Contents

Bignum objects hold integers outside the range of
Fixnum. Bignum objects are created automatically
when integer calculations would otherwise overflow
a Fixnum. When a calculation involving Bignum objects
returns a result that will fit in a Fixnum, the
result is automatically converted. Bignum parameter
passing works with references to the object. This is
different from the Fixnum class, where the object
itself is passed.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubytutor-0.1.1 lib/descriptions/Bignum.txt
rubytutor-0.1.0 lib/descriptions/Bignum.txt