I have been using GAP lately and I know how to compute logarithms, but only in some cases by using the function LogInt(n,b).
So for example if $n=5^8$ and $b=5$, then
LogInt($5^8$, $5$)=$8$.
But imagine I want to compute $\log_3(5)=1,46...$. If I put LogInt($5$, $3$) I get $1$. Is there any function or package that can give me a better approximation?
Thank you!
Log, and you can compute logs in other bases using that – Matthew Towers Dec 05 '22 at 10:48