Misplaced Pages

Bignum

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

This is an old revision of this page, as edited by 130.94.122.xxx (talk) at 15:43, 25 February 2002 (Link to 'Squeak' (Smalltalk variant)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Revision as of 15:43, 25 February 2002 by 130.94.122.xxx (talk) (Link to 'Squeak' (Smalltalk variant))(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

A bignum system in a computer or program allows internal representation of arbitrarily large integers or arbitrarily precise rational numbers, by storing numbers as digit lists which can grow using dynamically allocated memory. First implemented in MacLISP, it is implemented in most modern lisps and in many other languages (Java, Ruby, Python,Squeak). The VAX/VMS operating system offered bignum facilities as a collection of string functions. The GNU Multi-Precision Library is a free C library that offers bignum features. All computer algebra systems contain bignum facilities.