GMP 5.0.1

Mar 17, 2011 at 12:48pm
hi there,
is there anyone who has got some experiences with gmp 5.0.1 or other release and would be willing to answer my dumb question ?
Thank you
Mar 17, 2011 at 1:18pm
closed account (z05DSL3A)
There are no dumb questions, only dumb answers.

Ask away, someone will probably answer it.
Mar 17, 2011 at 1:49pm
GMP is not *officially* supported under windows, why do you want to use it in windows platform ?
Use MPIR instead.
http://www.mpir.org/
Last edited on Mar 17, 2011 at 1:56pm
Mar 17, 2011 at 2:32pm
closed account (z05DSL3A)
GMP is not *officially* supported under windows, why do you want to use it in windows platform ?

That would probably be my fault, I said this in another posting:
I would look into Arbitrary-precision arithmetic (AKA bignum arithmetic).

Something like: http://gmplib.org/


Mar 17, 2011 at 2:36pm
The question is, what is he trying to do that would require arbitrary precision?
Mar 17, 2011 at 2:51pm
yep Grey Wolf, thats where I got the idea from :-) Appreciate your help anyway.
and yes I want to see how far I can get. I wanna experiment a bit with bignum up to a 100,000,000 digits is there any chance that MPIR would be up for a job ???
and thank you all for your anwers
Last edited on Mar 17, 2011 at 3:36pm
Mar 17, 2011 at 5:01pm
Probably. Most big num libs restrict you mainly on the amount of memory your system offers, and on the resources required to perform operations on such numbers.
Topic archived. No new replies allowed.