A collection of computer systems and programming tips that you may find useful.
 
Brought to you by Craic Computing LLC, a bioinformatics consulting company.

Friday, August 6, 2010

Maximum Fixnum value in Ruby

The Maximum Fixnum value that can be represented in Ruby is calculated as: (2**(0.size * 8 -2) -1)

2 comments:

Anonymous said...
This comment has been removed by a blog administrator.
文王廷 said...
This comment has been removed by a blog administrator.

Archive of Tips