| Version | 0.1.0.5 |
|---|---|
| Publisher | MicroTools4U |
| Release date | Dec 1, 2017 |
| Date added | Dec 1, 2017 |
| Os requirements | Windows 2003, Windows Vista, Windows 98, Windows Me, Windows, Windows 2000, Windows 8, Windows Server 2008, Windows 7, Windows XP |
| Requirements | .NET Framework 2.0 or higher |
| Total downloads | 591 |
| Price | Free |
Description
This is a program for calculations with big natural numbers. How big it can be - in binary presentation upto 2 ** 64 bits... To speed it up it also has 2 ** 32 indexing version BigNumbers32.exe. It calculates also something from combinatorics: Pn, An, Cn. P(n) = n!; A(n, k) = n! / (n - k)!; C(n, k) = n! / ((n - k)! * k!).