Is there a way to do ENCO or the equivalent in a MATH expression? (DECO of course is just 2 ** x or 1 << x)
I guess you could do ln(x)/ln(2), or log(x)/log(2), which is equivalent to log2(x), but that would only work on numbers with only a single bit set.
If not, I'd like to put in a request for a MATH version.