hi,
just wondering, is there a builtin log2 function? i need to do
computation in log space to avoid underflow, but thought it would be
more efficient to do it in log base 2. or, is there some simple way to
get the log base 2 using bitshifting? thanks in advance,
henry