Misplaced Pages

Bignum: Difference between revisions

Article snapshot taken from[REDACTED] with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 21:55, 10 January 2003 editJakeVortex (talk | contribs)Extended confirmed users2,058 editsm perl math::bigint← Previous edit Revision as of 12:29, 24 February 2003 edit undoThe Anome (talk | contribs)Edit filter managers, Administrators253,699 edits See also: large numbers.Next edit →
Line 5: Line 5:


Bignum systems often employ fast ]s. Bignum systems often employ fast ]s.


See also: ]s.

Revision as of 12:29, 24 February 2003

A bignum system in a computer or program allows internal representation of arbitrarily large integers or arbitrarily precise rational numbers. Numbers are typically stored as (ratios of) digit lists which can grow using dynamically allocated memory.

First implemented in MacLISP, bignum facilities are available in most modern LISPs and in many other languages (Java, Perl, 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.

Bignum systems often employ fast multiplication algorithms.


See also: large numbers.

Bignum: Difference between revisions Add topic