Just want to know if is there a way to find remainder of a division using logarithms.
To clarify the subject:
if we calculate $\log_{10}{3125}$ it is like: $3.494850021$.
I know if I subtract $3$ from the result and do the $10^\text{result}$ I'll get $3125/1000 = 3.125 $
I need the fraction part ($0.125$ or preferably $125$) and need it to get it in logarithms values.
In fact how to get (m mod n) using $\log_{10}{m}$ and $\log_{10}{n} $ and power of 10?
Could you be more specific what you are trying to do and why you think it'd be at all doable?
– fleablood Aug 30 '20 at 18:15