[fpc-pascal]Re: really big integers

Bernhard Steffen bernhard.steffen at gmx.net
Wed Oct 17 20:57:25 CEST 2001


Hi Michael,

Michael Van Canneyt wrote:
> > Hi there,
> > I'm looking for pascal code to handle really big integers, like 128
> > bit or more. I want to do +, -, *, DIV and MOD ops on them. Does
> > anybody know routines for this?
> Look on the contributed units page, I think there is a package called
> 'mp' which allows arbitrary precision calculation. It even supports
> operator overloading, so  *,/,+ and - retain their meaning.
> Michael.

thanks for the link. I found mpcalc & gint and will give it a try.

Bernhard






More information about the fpc-pascal mailing list