GNU GMP arbitrary precision limitations + question

J

Jack

Quick question, does anyone know what the limitations are, besides
memory for GMP, and also, if I write software that uses this library,
is it true that it may run differently on different hardware classes
of machines ? In other words, the same calculation on 1 machine would
have a different result than another machine would have ..

Thanks !

Jack
 
J

Jack Klein

Quick question, does anyone know what the limitations are, besides
memory for GMP, and also, if I write software that uses this library,
is it true that it may run differently on different hardware classes
of machines ? In other words, the same calculation on 1 machine would
have a different result than another machine would have ..

Thanks !

Jack

Just as off-topic in comp.lang.c++ as it is in comp.lang.c.

Also, good usenet manners indicates that if you are going to post the
same question to multiple groups that you cross-post it, instead of
making multiple individual posts.

Of source that is after you have exercised good usenet manners by
finding out whether your question is topical or not.

Start by reading
--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++ ftp://snurse-l.org/pub/acllc-c++/faq
 
A

Alf P. Steinbach

Quick question, does anyone know what the limitations are, besides
memory for GMP,

Google (or your favorite search engine) is your friend.

Top of the list: <url: http://www.swox.com/gmp/>

It mentions the LGPL license as well as bugs on various platforms.

and also, if I write software that uses this library,
is it true that it may run differently on different hardware classes
of machines ? In other words, the same calculation on 1 machine would
have a different result than another machine would have ..

That could possibly happen for floating-point arithmetic. I don't know.
The easiest way to check that is probably to check that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top