| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| ReadMe.txt | 2025-09-12 | 568 Bytes | |
| Multi_Int_5.15.zip | 2025-09-12 | 186.1 kB | |
| Totals: 2 Items | 186.7 kB | 0 |
Multi-Word-Int v5.15 Library to provide multi-word (large) integers for the Free Pascal compiler. Designed to be reasonably fast, and requiring minimal changes to existing code. Provides basic arithmetic operations add, subtract, multiply, divide, exclusive-or, power, odd, even, bit shift. Provides implicit/automatic conversions to other types wherever possible. Will compile and run on 32bit and 64bit environments. Written purely in Pascal to be portable to any target and reliable (no assembly or C language code). Changes in this version: - Bug fixes