Bignum

Why Trust Techopedia

What Does Bignum Mean?

Bignum is a tool for code representation for integers that
are too large for the conventional integer declaration or value type in many
mainstream programming languages. Since the value type integer in these
languages only goes up to a value of 2,147,483,648 a bignum value type represents
numbers that are larger than that.

Advertisements

Techopedia Explains Bignum

Another way to describe bignum is that these numerical values do not fit in at a 62-bit binary value. So they must be stored differently by languages like Ruby and others. This requires some specific procedure for storing the extra binary code in order to add it to the 62-bit code in machine language in order to provide the numerical value encoded.

Computer systems also make use of floating point operations to represent very large integers, with a finite degree of precision.

In addition to its use in conventional programming languages, bignum is also used and referenced in newer types of languages like JSON.

Advertisements

Related Terms

Margaret Rouse
Technology Specialist
Margaret Rouse
Technology Specialist

Margaret is an award-winning writer and educator known for her ability to explain complex technical topics to a non-technical business audience. Over the past twenty years, her IT definitions have been published by Que in an encyclopedia of technology terms and cited in articles in the New York Times, Time Magazine, USA Today, ZDNet, PC Magazine, and Discovery Magazine. She joined Techopedia in 2011. Margaret’s idea of ​​a fun day is to help IT and business professionals to learn to speak each other’s highly specialized languages.