I am trying to find the logarithmic value for ax where a <= 9999 and x <= 9999, e.g. 9999 I got as 656.3063053878814, i.e. I got only 13 digits after the decimal point. I would like to know if I can get at least 50 to 99 digits after the decimal point.
Thanks in advance.
I copied the code from one of the member from this group written in Java and used it. No idea if it's OK to paste here, hence asking for a simpler code in Java, please.