*I have heard that there are some strange results that can happen if you are quizzing multiprecision for trigonometry and try to keep using the double type. Is this true, so that I can just kee relying on the std library instead?
Sorry don't understand the question.
-What is the name of the 64 bit windows .dll, or .dll files, that are the ones for the multiprecision library?
There are none - it's header only.
-If I wish to go into arbitrary precision and scale numbers, what is the type I should use for an *integer*? What is the #include statement I should use, and how do I specify the number of whole number points and decimal points, before starting my operations?
and how do I specify the number of whole number points and decimal
What kind of integer? Fixed precision or arbitrary precision?
Suggest you start with:
#include
-If I wish to go into arbitrary precision and scale numbers, what is the type I should use for a *rational number*? What is the #include statement I should use, and how do I specify the number of whole number points and decimal points, before starting my operations?
If you want arbitrary precision then try:
#include
-For these two types, I wish to do sine, cosine, tangent, arcsine, arccosine, arctangent, base 10 logarithm, base e logarithm, power, nth root. I also want to obtain pi, but also Euler's constant, to any number of significang figure or decimal places that I would like.
Really??? Eulers constant as an integer? I think you need to re-think that question. Best, John. --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus