D
ds
Guest
Sometimes you need a quick routine, or a routine that uses encryption.
Sometimes you need a simple multiplication of Big numbers...
If so, we would like to know we developed a collection
of functions (library, dll) for working with real big numbers and all that.
(...numbers bigger than the normal data types a programmer can handle.)
It was made for Visual Basic, but can be used in
any language that can invoke a .DLL (such as C++, VBA in Excel, Access or
whatever)
It's the only DLL available for Windows for UNLIMITED BIG NUMBERS with
functions such as: +/-* Power2, Power10, MOD DIVIDE, ISPRIME, COMPARE, Xor
etc...
Calculations are sometimes even faster than you are used to,
cause everything was made in assembly.
It's shareware and it is online on http://www.big-numbers.com
David
Sometimes you need a simple multiplication of Big numbers...
If so, we would like to know we developed a collection
of functions (library, dll) for working with real big numbers and all that.
(...numbers bigger than the normal data types a programmer can handle.)
It was made for Visual Basic, but can be used in
any language that can invoke a .DLL (such as C++, VBA in Excel, Access or
whatever)
It's the only DLL available for Windows for UNLIMITED BIG NUMBERS with
functions such as: +/-* Power2, Power10, MOD DIVIDE, ISPRIME, COMPARE, Xor
etc...
Calculations are sometimes even faster than you are used to,
cause everything was made in assembly.
It's shareware and it is online on http://www.big-numbers.com
David