Could you please be more specific? Which commands do you mean exactly?
Ondrej
Ah, yes, I think it should be called fastlog2. Fredrik, what do you think?
>
> If I can figure out how to push my changes to git I will send the
> patch for this by that means. For now, I didn't change the name, I
> only corrected the function and added tests.
Yes, I am on IRC to help you out with github. Once you get it
working, you'll see that it is easy.
Ondrej
It's intended to compute an upper bound for the base-2 logarithm of
the absolute value of a number. This is used to determine how much
precision is required for various calculations. Whether it's exact too
high by 1 or 2 bits doesn't really matter.
It's also strictly intended as an internal function, so it probably
doesn't need much more elaborate documentation or a more precise name
(unless its present role is unclear to someone trying to understand
the internals of the evalf module).
Fredrik