V
Vincent Diepeveen
Guest
"ds" <nospam@thankyou.nl> wrote in message
news:40292c93$0$32739$4a441750@news.euronet.nl...
% and / are very slow operations at most cpu's.
64 bits?
news:40292c93$0$32739$4a441750@news.euronet.nl...
Sometimes you need a quick routine, or a routine that uses encryption.
exponent squaring?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
For which cpu's have you been optimizing?etc...
Calculations are sometimes even faster than you are used to,
cause everything was made in assembly.
% and / are very slow operations at most cpu's.
64 bits?
It's shareware and it is online on http://www.big-numbers.com
David