Модуль для работы с ОЧЕНЬ БОЛЬШИМИ целыми числами.В качестве примера приведены программы для решенияуравнения Пэлла abs(x*x - n*y*y)=1 и вычисления чисел Бернулли. Sometimes it is necessary to do arithmetic with integer numbersthat are much bigger than the numbers a ordinary "integer" or"longint" variable can hold, and one has to keep even the lastdecimal, so using reals is not a solution. The "TInfint" objectsoves this problem by defining an integer with a size that isonly limited by the available heap space.