I am trying to solve a problem where I get in the solution that the answer is $\lfloor \log_{2}(n-1) \rfloor + 1$, but the solution book has as an answer the value $\lceil \log_{2}(n) \rceil$. I was wondering are these two exactly the same?
I plotted their difference on wolframalpha and it seems to be $0$.