How to calculate the decimal powers of any number? (without using log )
Example:
$$10^{0.3010} \approx 2$$
I have asked to my maths teacher and many such persons and no one knows the answer.
The another question is how to represent any real number as $10$s power?
eg:
$$2\approx 10^{0.3010}$$
For rational numbers, the number $a^{\frac pq}$ is defined as $$\displaystyle\sqrt[q]{a^p}$$