Here an example of what i am asking
$$\log_2^08=\,?$$
$$\log_2^28=\,?$$
$$\log_2^{-1}8=\frac1{\log_28}=\,?$$
First question is $\log^0 8$ at base $2$
Second question is $\log^2 8$ at base $2$
Also $\log^{-1} 8$ at base $2$ is equal to $1/\log8$ at base $2$?
edit i am asking in analysis of algorithms context. so it is about time complexity
$$\log_2^08=(\log_28)^0=3^0=\,?$$$$\log_2^28=(\log_28)^2=3^2=\,?$$$$\log_2^{-1}8=(\log_28)^{-1}=3^{-1}=\,?$$