[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The following listing contains the interface of the GMP unit.
This unit provides an interface to the GNU Multiprecision Library to perform arithmetic on integer, rational and real numbers of unlimited size and precision.
To use this unit, you will need the `gmp' library which can be found in http://www.gnu-pascal.de/libs/.
{ Definitions for GNU multiple precision functions: arithmetic with integer, rational and real numbers of arbitrary size and precision. |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |