Jack, just a couple of kinda dumb questions.
1) What is the "c =" for in the the calculation c = mpfr_log10(y, x, MPFR_RNDN)? "c" does not appear to be a typical variable you are setting a value to. I surmise that the native language for mpfr is C programming and the "c =" has something to do with using mpfr in basic/qb64?
2) While I down loaded the PDF manual for mpfr I still do not quite understand the purpose of the mpfr_set_si statement.
In your first sample program you have c= mpfr_set_si(x, i, MPFR_RNDN) prior to the log10 calc statement above.
I probably need to find a practical user manual versus the GNU mpfr technical library manual I found.
Thx--
1) What is the "c =" for in the the calculation c = mpfr_log10(y, x, MPFR_RNDN)? "c" does not appear to be a typical variable you are setting a value to. I surmise that the native language for mpfr is C programming and the "c =" has something to do with using mpfr in basic/qb64?
2) While I down loaded the PDF manual for mpfr I still do not quite understand the purpose of the mpfr_set_si statement.
In your first sample program you have c= mpfr_set_si(x, i, MPFR_RNDN) prior to the log10 calc statement above.
I probably need to find a practical user manual versus the GNU mpfr technical library manual I found.
Thx--